Currently in the process of deploying my angular application and utilizing Infragistics. Following their Documentation, I used npm install Infragistics for installation. However, when I run
ng new --collection="@igniteui/angular-schematics"
I encounter the following error:
The new command must be executed outside of a project, but there is a project definition located at
│my/path/toAngularProject/angular.json".
Furthermore, I am unable to import modules like IxGridModule
into app.module.ts
.
Is there a correlation between these issues? Any assistance would be greatly appreciated. :/