igniteui-cli
igniteui-cli copied to clipboard
"Injector has already been destroyed" error when ng adding latest RC
Description
There are errors in the console when you run the tests for a project with ng added igniteui-angular.
Steps to reproduce
- Create a new Angular project with
ng new - Add the latest IgniteUI for Angular with
ng add [email protected] - Add all components with the
ng gcommand(ng g @igniteui/angular-schematics:c grid newGrid ) - Run the npm script test inside the project.
Result
There are errors in the console related to the injector already having been destroyed.
Expected result
There shouldn't be any errors when you run the tests.
Attachments
