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
8920
adding grid to existing angular project
posted

I need to add grid to existing Angular project .. Please advise ( and refer  the link to documentation) how to add licensed (not trial) version and if any differences between them. Which version will be loaded if I just run npm install xxxx 

Thanks. 

Parents
No Data
Reply
  • 2660
    Offline posted
    Hello Michael,

    Thank you for reaching out!

    I believe you will find the step by step guide on how to setup your environment to use the Infragistics private npm feed very helpful. Please, find it here.

    Once you have set up the Infragistics private feed, in case you have already installed the trial version, you will have to re-install igniteui-angular, as suggested in the topic:

    npm uninstall igniteui-angular
    npm install @infragistics/igniteui-angular

    Please, note that some additional changes might have to be made in your project source when upgrading from trial to licensed and not using the automated CLI migrations. They are also described in detail in the topic linked above.

    Additionally, please keep in mind that as per our Update Guide, in the Ignite UI for Angular versioning the first number always matches the major version of Angular the code supports. Our latest major version is 12.0.x. If a particular version is not specified, the latest one will be installed.

    Finally, there is no difference in the trial and licensed packages in terms of functionality and obviously the watermark.

    In case of any other questions or concerns, please do not hesitate to ask.

     

    Sincerely,
    Bozhidara Pachilova
    Associate Software Developer
Children