I am trying to install infragistics upgraded package with angular 8, I have license. On upgrade it upgrades package as v8.2.31 but when running npm run, it says no matching package found for this version. Where can I find version compatible with Angular 8.
Otherwise it installs latest v10, which breaks the app.
Also need sample for infragistic tree-grid control.
Hello Vasant,
After investigating this further, I determined that the verions of our products, which are compatible with Angular 8 are versions 8.x. By updating angular to version 8.2 and using the command “ng add igniteui-angular”, the installed version would be 8.2.x. I have installed version 8.2.31 and the project is working as expected.
Below I am attaching a sample, with the specified version, demonstrating how IgxTreeGrid could be used. Please test it on your side and let me know if you need any further information regarding this matter.
Regards,
Monika Kirkova,
Infragistics
projectVersion8.zip
Want to know if "ng add igniteui-angular" installs trial version or full version. As I was able to install trial version. But when I tried to upgrade packages(I have license) using command "npm install @infragistics/igniteui-angular" as specified in documentation, it installed latest version and I didn't find @infragistics/igniteui-angularv8 versions anywhere. Please help me with this.
In addition to the 9.1.0 release, we have changed the licensing of Ignite UI for Angular product. We have added a "Trial" watermark to the packages that we post on NPM and using the commands
“npm adduser --registry=packages.infragistics.com/.../ --scope=@infragistics --always-auth”
and
“npm install @infragistics/igniteui-angular”
IgniteUI for Angular is upgraded to the latest version and the “Trial” watermark is removed. This topic outlines all the details necessary to remove the watermark and acquire your licensed version.
However, as a licensed customer using Angular 8, by adding IgniteUI for Angular in your application with the command “ng add igniteui-angular” the licensed version of the product - 8.2.x release is installed.
Please let me know if you need any further information regarding this matter.