Home

Awesome

ionic2-esri-map

Prototype app demonstrating one approach for using Ionic (v4+) with the ArcGIS API for JavaScript.

For a more complete Angular sample you should also check out: https://github.com/Esri/angular-cli-esri-map

How to install

	npm install -g ionic
	ionic start testApp tabs
	cd testApp
    ionic cordova prepare android
	npm install esri-loader
  ionic cordova run android -1

Notes