Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 281 Bytes

angular2-esri-play

Angular 2 app w/ Typescript, Webpack and ESRI JSAPI 4.x. Includes custom coordinate component.

Demo

npm install
npm start

# Run unit tests
npm test

# Builds minimized version for production
npm run build