Skip to content

Latest commit

 

History

History
 
 

rollup-angular

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DevExtreme with Rollup and Angular example

This project demonstrates how to use DevExtreme with Angular in Rollup environment.

Getting Started

  1. Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
  1. Go to the project folder
cd devextreme-examples/rollup-angular
  1. 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
  1. Build example
npm run build
  1. Open index.html in your browser

Notes

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.

Resources

For detailed information on DevExtreme Angular integration, see the DevExtreme Angular repository.