Skip to content

Latest commit

 

History

History
 
 

webpack-angular-globalize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.