I am trying to use date range picker for Angular. But getting below error:
Using "igniteui-angular": "^8.2.3". Please let know.
Hello,
The igxDateRangePicker is not available in 8.2.3 because it is a new component introduced to our product in version 9.1. What I could suggest is upgrading to the latest version of our product in order for all new features to be available. More information regarding the newly added features could be found here.
Please let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics
Thanks Monika.
How can I upgrade to 9.1 ? Is it thru npm ?
Will upgrade cause any problem to existing functionality. Please let me know.
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.
IgniteUI Angular could be updated using ng update igniteui-angular. The following command updates the package to the newest available version. More information regarding updating could be found in the “Update Guide” topic in our documentation.
Due to a breaking change in Angular 9 Hammer providers are no longer implicitly added (please, refer to the following document for details: https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9 ) . Because of this some of the components require HammerModule to be imported in the root module of the application in order for touch interactions to work as expected.