This project demonstrates how to use DevExtreme Globalize integration in SystemJS 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/systemjs-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
- 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.