I have update my project from Angular 8 to 9 and also update igniteui-angular to 9.
When i ran command ng serve -o throws error below (attached):
Navigated to the path ~igniteui-angular/lib/core/styles/themes. themes folder is empty. what can be done here?
Please reply ASAP as it is an ongoing project.
Can someone reply here please
Hello Shobhana,
The error message indicates that you are missing node_modules/igniteui-angular/lib/core/style/themes/_index.scss. Can you please make sure that the file exists in that path?
Here is the update guide for Ignite UI for Angular product. Did you follow the steps here?
https://ko.infragistics.com/products/ignite-ui-angular/angular/components/general/update_guide.html
Hello Mihiko,I resolved the issue by removing node modules and package-lock.json and updated again.Even though i have license to igniteui-angular, why am i getting trial version upon upgrading to igniteui-angular@9?
I am glad that you managed to resolve your issue.
In addition to the 9.1.0 release, we have also changed the licensing of Ignite UI for Angular product. We have added a "Trial" watermark to the packages that we post on NPM (which are free to use). This topic outlines all the details necessary to remove the watermark and acquire your licensed version.
Keep in mind that if you are building a commercial product or your license has expired, you will need to acquire a commercial license. This will enable you to use our private npm feed hosted on https://packages.infragistics.com/npm/js-licensed/ for development (without a trial watermark). There you will find the latest versions of the Ignite UI for Angular packages. If you have a valid commercial license, you can use this private feed and you will have access to the full version of Ignite UI for Angular.
Please let me know if you need any further assistance with this matter.
I have the license but confused how to approach with the steps. Do i need to remove the ignite library from node_modules as it shows trial version.
Could you help me the steps to have access to full version of ignite.
I referred the https://ko.infragistics.com/products/ignite-ui-angular/angular/components/general/ignite-ui-licensing.html but still not clear what to do. Please help!
Thanks for your reply!
It isn’t necessary to remove the igniteui-angular library from the node_modules folder. The only thing you have to do is to execute one of the following commands depending on how you have setup your application.
Afterward you have to provide your username and password and everything should be configure automatically for you. Please note that npm is disallowing the use of the "@" symbol inside your username as it is considered as being "not safe for the net". Because your username is actually the email that you use for your Infragistics account it always contains the symbol "@". That's why you must escape this limitation by replacing the "@" symbol with "!!" (two exclamation marks). For example, if your username is "username@example.com" when asked about your username you should provide the following input: "username!!example.com".
Please let me know if you need any further assistance.
Best Regards, Martin Evtimov Entry Level Software Developer Infragistics, Inc.