syncfusion/ej2-angular-ui-components

Angular Ivy library format support for Syncfusion Angular packages

Mydeen-SN opened this issue · 0 comments

We are glad to announce that starting with our 2022 Volume 2 release Syncfusion now provides Ivy library format support for the Syncfusion Essential Studio Angular packages.

Syncfusion Essential Studio Angular packages are now shipped in the Ivy library distribution package format.

Please note that the latest Syncfusion Angular packages are published as Ivy library compatible and will therefore only support Angular version 12 and above.

If you are using Angular versions below 12, you can download the legacy ngcc compiled packages that are published with the ngcc tag. This package will also have new feature enhancements **.Please refer to the below command for installing the ngcc package:

npm install @syncfusion/ej2-angular-grids@ngcc --save
(or)
npm i @syncfusion/ej2-angular-grids@ngcc --save

Note: If the ngcc tag is not specified while installing the package, the Ivy library package will be installed by default. To mention the ngcc package in the package.json file, add the suffix -ngcc with the package version, per the example shared below:

@syncfusion/ej2-angular-grids:"20.2.37-ngcc"

Syncfusion reserves the right to terminate inclusion of new features in the classic ngcc package versions anytime.