Angular and ArcGIS API for JavaScript 4.x Demo Project
- Web: https://beginor.github.io/ng-esri-demo/web/
- Handset: https://beginor.github.io/ng-esri-demo/handset/
- typescript
- angular
- ng-bootstrap
- font awesome
- angular-cli
- ArcGIS API for JavaScript 4.x
For Windows users, please make sure execute these commands in a bash shell like Cygwin, Mingw, or Git Shell.
-
Clone or fork this repository with git:
git clone https://github.com/beginor/ng-esri-demo.git
-
Install dependencies with npm:
npm install
-
Start with command
npm start
-
Create a build
npm run build
-
Happy coding!.