This extension makes it easy to add Infragistics Ignite UI for Angular components to your HTML. When used, it inserts a preset HTML snippet of the desired component to the active editor. It also installs the required npm packages and adds the associated module to your app.module.
Most component snippets will be runnable right after insertion however some of them will require extra setup. For example, if you insert the igx-grid component the snippet will contain columns labeled foo and bar but it's doubtful these columns will exist in your real data so they will have to be renamed.
Note: If you have the Infragistics Ignite UI for Angular Tooltips extension installed you can get easy access to the component documentation by hovering over the component selector after you insert the snippet.
Features:
27 Components.
Packages get installed for you after selecting a component
Modules are automatically imported into the module containing the HTML.
This extension was designed to function within Angular projects. It looks for specific files that get generated by the @angular/cli such as angular.json. Use outside of this project type is not supported.
Note: This extension will also work in Angular projects created using the Ignite UI CLI.