TheKeithStewart / angular-esri-components

A set of Angular components to work with ArcGIS API for JavaScript v4.6
Apache License 2.0
43 stars 28 forks source link

Remove dependency on the arcgis-js-api typings library #3

Closed TheKeithStewart closed 7 years ago

TheKeithStewart commented 7 years ago

Issue #3: Remove dependency on the arcgis-js-api typings library

tomwayson commented 7 years ago

@kgs916 - seems like this is related to https://github.com/tomwayson/angular2-esri-loader/issues/2

Just curious, are you planning on using @types for this repo?

TheKeithStewart commented 7 years ago

@tomwayson - I definitely want to move towards @types. If I recall correctly I had some issues with using the ESRI library that was on @types before. It looks like those issues have been figured out over at angular2-esri-loader. I'll give it another go.