Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 891 Bytes

File metadata and controls

31 lines (22 loc) · 891 Bytes

DevExtreme with Webpack and Angular and Globalize example

This project demonstrates how to use DevExtreme Globalize integration in Webpack environment. This demo shows the DataGrid widget localized to de locale.

Getting Started

  1. Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
  1. Go to the project folder
cd devextreme-examples/webpack-angular-globalize
  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. Bundle the modules
webpack
  1. Open index.html in your browser

Resources

For detailed information on modularity, see the DevExtreme Modularity Guide.