This project demonstrates how to use DevExtreme widgets loading only modules with the required functionality. This demo shows the dxButton widget with the alert dialog as an example. Here, the AngularJS approach is used. EThe example requires installed jspm package manager.
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
- Go to the project folder
cd devextreme-examples/jspm-angular
- Install the required Node.js modules
npm install
- Install the required jspm modules
jspm install
- Use the development server
npm start
- Open
http://127.0.0.1:8080/
in your browser
For detailed information on modularity, see the DevExtreme Modularity Guide.