Boris Penkov
Boris Penkov
## Is your feature request related to a problem? Please describe. At the moment we do not support fully migrating union or intersection types. Methods or properties that return such...
### Description The data property of ui.draggable is incorrect because nodeDropped receives information about the node that was being dragged, which gets removed after being dropped. Thus, it tries to...
### Description When we use the `@igniteui/angular-schematics:component` schematic in a mono repo, we need to have a way to specify which project the newly-generated component is supposed to be added...
## Is your feature request related to a problem? Please describe. At the moment, we do not have a mechanism for clearing the `IgxCombo`'s selection through the keyboard. This is...
This PR updates the CLI to use [TypeScript modules](https://www.typescriptlang.org/docs/handbook/modules.html). We need this update as in https://github.com/IgniteUI/igniteui-cli/pull/1057 we are trying to use dynamic imports in `TS` to get to logic that's...
Closes https://github.com/IgniteUI/igniteui-cli/issues/1056 Depends on https://github.com/IgniteUI/igniteui-cli/pull/1059, which updates the CLI to use [TypeScript modules](https://www.typescriptlang.org/docs/handbook/modules.html). We are trying to use dynamic imports in `TS` to get to logic that's been delegated to...
This PR fixes some errors that were thrown when opening some of the grids samples. We had services that were not provided anywhere and Angular was complaining because of that....
### Description Currently we've included the `bindToComponentInputs`, `withComponentInputBinding` & `provideHttpClient` in the base template for all of our projects. Instead, we should be adding them only if the project has...
Closes [#30402](https://infragistics.visualstudio.com/Indigo_Platform/_workitems/edit/30402). For public API and more info, refer to - [AngularTypeScriptFileUpdate PR](https://github.com/IgniteUI/igniteui-cli/pull/1243) as the two share the same base and expose the same API..
Closes [#30401](https://infragistics.visualstudio.com/Indigo_Platform/_workitems/edit/30401) This PR introduces a new type `AngularTypeScriptFileUpdate` (name might be changed later on) which uses the `TypeScriptASTTransformer` internally to apply Angular specific mutations to the AST. The old...