Boris Penkov

Results 20 issues of 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...

enhancement
:eyes: status: in-review
migrations

### 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...

tree
status: in-review
feature-request

### 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...

angular
schematics
feature-request
:eyes: status: in-review

## 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...

:eyes: status: in-review
:toolbox: feature-request
combo

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....

:x: status: awaiting-test
grid: hierarchical-grid
grid

### 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...

templates
core
:new: status: new

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..

templates
core
cli-package
web-components

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...

angular
core
cli-package
igx-ts
igx-ts-legacy