tomwayson / esri-angular-cli-example

Example of how to to use the ArcGIS API for JavaScript in an Angular CLI app
https://tomwayson.github.io/esri-angular-cli-example
29 stars 23 forks source link

Add a comparison of this approach vs that shown in other esri webpack examples to README #8

Closed tomwayson closed 7 years ago

tomwayson commented 7 years ago

Pros of the approach in this repo:

Assuming #4 and #5 work the only downside I can think of w/ the approach outlined in this repo is that you don't get to write import Map from 'esri/map', instead you have to use the loader service as shown in the map component.