Skip to content

Latest commit

 

History

History
 
 

systemjs-angular-globalize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

DevExtreme with SystemJS and Angular and Globalize example

This project demonstrates how to use DevExtreme Globalize integration in SystemJS 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/systemjs-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. Use the development server
npm start
  1. Open http://127.0.0.1:8080/ in your browser

Resources

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