This project demonstrates how to use DevExtreme Globalize integration in Webpack environment. This demo shows the DataGrid widget localized to de
locale.
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
- Go to the project folder
cd devextreme-examples/webpack-angular-globalize
- 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
- Bundle the modules
webpack
- Open
index.html
in your browser
For detailed information on modularity, see the DevExtreme Modularity Guide.