npm
You can use npm to deliver DevExtreme to an Angular application. The following packages are provided:
Install the latest stable version:
- npm install devextreme@23.1 --save --save-exact
- npm install devextreme-angular@23.1 --save --save-exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
- npm install devextreme@23.1-next --save --save-exact
- npm install devextreme-angular@23.1-next --save --save-exact
See Also
Yarn
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
- yarn add devextreme@23.1 --exact
- yarn add devextreme-angular@23.1 --exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
- yarn add devextreme@23.1-next --exact
- yarn add devextreme-angular@23.1-next --exact
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.