igniteui-cli
igniteui-cli copied to clipboard
Ignite UI Command-Line Interface by Infragistics
### Description When creating an empty project it should be possible to create a project without the home page. This is needed for the CodeGen where currently the home page...
Additional information related to this pull request: Allowing correct imports in routing module when having nested components in Web Components projects.
Related to https://github.com/IgniteUI/igniteui-webcomponents/pull/426
Fix the WC project not getting tree-shaking with rollup (or move to webpack / other module bundler)
The WC project doesn't receive tree-shaking. It's easy to reproduce if you debug a WC project made with the CLI and see that all the js files are included in...
### 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...
### Description Currently our jQuery projects still use version 21.2. We should update to 22.1 - Ignite UI CLI version: x.x.x - Framework: jQuery **Blocking:** If we update to 22.1...
### Description There are errors in the console when you run the tests for a project with ng added igniteui-angular. ### Steps to reproduce 1. Create a new Angular project...
### Description When executing "ig lint" in Ignite UI for Angular project, no results are returned but the Wizard is started. - Ignite UI CLI version: 9.x.x - Framework: Angular...