Syncfusion Angular UI Component (Essential JS 2) packages are published in npm. You can install the necessary packages from npm’s install command. For example, grid package can be installed using following command.
npm install @syncfusion/ej2-angular-grids --save
package.json
dependencies
of ~/package.json
file.{
"dependencies": {
"@syncfusion/ej2-angular-grids": "*",
"@syncfusion/ej2-angular-charts": "*"
}
}
The
*
indicates the latest version of npm package. Refer the documentation for more details about npm versioning.
npm install
command line. This will install all npm dependencies in a single command line.Refer the documentation for more details about npm
package.json
These packages offer JavaScript files in ES6, UMD module systems. Which can be used in different dependency management and bundling libraries.