Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Installation for Angular 8
posted

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. 

Parents
No Data
Reply
  • 1320
    Offline posted

    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

Children