Hi Deyan,
As suggested by you in another forum : https://ko.infragistics.com/community/forums/t/108692.aspx, i have added the "ignite-ui" dependency in package.json and the version
of "igniteui-angular2" is 4.1.1. I have attached the sample application. Can you please have a look and revert back what things still need to be taken into consideration for the
application to be running fine after page refresh.
For your reference attached a sample application.
Thanks,
Sameer Manjrekar
Hi Sameer,
Thanks for the sample.
I investigated your sample, you need to disable server side pre-rendering and include the IgniteUI product into the webpack.config.vendor.js. You cannot list the references as script tags, because the application is using webpack.
I modified the sample and attaching it here. Please review it and let me know if you need further assistance with it.
Thank you for the suggesstion provided. The tolowercase issue is fixed now.
Glad to hear that!