The CDN links are provided individually for all the scripts and style sheets of Syncfusion Angular UI Components (Essential JS 2).
The CDN links are provided to following files in the package
The latest minified versions of all UMD, Global and CSS files are available in CDN:
https://cdn.syncfusion.com/ej2/20.1.57/PACKAGENAME/dist/PACKAGENAME.umd.min.js
https://cdn.syncfusion.com/ej2/20.1.57/PACKAGENAME/styles/THEMENAME.css
For example
Versioned files are also available in CDN.
https://cdn.syncfusion.com/ej2/20.1.57/VERSION/PACKAGENAME/dist/PACKAGENAME.umd.min.js
https://cdn.syncfusion.com/ej2/20.1.57/VERSION/PACKAGENAME/styles/THEMENAME.css
For example
Syncfusion Angular UI Components (Essential JS 2) packages is published and available in public npm registry.
Syncfusion Angular UI Components (Essential JS 2) are shipped as npm packages. Following table explains the purpose of each file available in the package.
Files | Purpose |
---|---|
dist/<packagename>.umd.min.js dist/<packagename>.umd.js |
For applications using AMD or Common JS based module loader can be utilize these files. |
src/ |
This folder contains the script files in ES6 format. It can be utilize Bundling. |
styles/<theme_name>.css styles/<theme_name>.scss |
This folder contains the CSS and SCSS files of the package. |