- Installation
- Available Packages
- Additional Resources
Contact Support
NPM Packages for Syncfusion® Angular UI Components
16 Apr 20251 minute to read
Since version 18.4.0.30 (Volume 4, 2020), Syncfusion® Angular UI components are available as individual NPM packages. These packages are organized based on component functionality and their respective namespaces, facilitating easy integration and optimized performance.
Installation
To install a specific Syncfusion® Angular UI component, use the following NPM command:
npm install @syncfusion/ej2-angular-[package-name]
Replace [package-name]
with the desired component package (e.g., grids
, charts
, inputs
).
Available Packages
For a complete list of available Syncfusion® Angular UI component packages, visit the official NPM registry.
Additional Resources
- Installation Guide for Syncfusion Angular Components
- Download Syncfusion Essential JavaScript 2 Installer
- Syncfusion Product Lifecycle Overview
- Updating Syncfusion Angular NPM Packages
By leveraging individual NPM packages for Syncfusion® Angular UI components, developers can create more efficient and performant applications while maintaining flexibility in component selection and updates.