This project demonstrates how to use DevExtreme with Angular in Rollup environment.
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
- Go to the project folder
cd devextreme-examples/rollup-angular
- Install the required modules. This command will also convert the DevExtreme package to the AMD module format by using the npm postinstall script.
npm install
- Build example
npm run build
- Open
index.html
in your browser
This example is based on AoT Compilation Guide.
devextreme-angular
is installed and configured by using the following document: Using the DevExtreme Angular Integration with Rollup.
For detailed information on DevExtreme Angular integration, see the DevExtreme Angular repository.