tomwayson / esri-angular-cli-example

Example of how to to use the ArcGIS API for JavaScript in an Angular CLI app

Home Page:https://tomwayson.github.io/esri-angular-cli-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify esriLoader service to be promised based

tomwayson opened this issue · comments

After #3 may want to wrap the imported functions from the external esri-loader library w/ functions that return promises (instead of passing callbacks). This should make it easier to integrate w/ other parts of the app (for example #2).