Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
268 stars 165 forks source link

how to use extra lib in typescript #278

Closed dyh333 closed 7 years ago

dyh333 commented 8 years ago

there is a point clustering demo, https://developers.arcgis.com/javascript/3/jssamples/layers_point_clustering.html and need an extra clusterlayer lib, which is loaded by var dojoConfig = { paths: { extras: location.pathname.replace(/\/[^/]+$/, "") + "/extras" } };

but when i need to use it in angular2, how can i import this extra lib?

jgravois commented 7 years ago

any ideas @tomwayson @jwasilgeo ?

tomwayson commented 7 years ago

@dyh333 this can be closed since we answered it over in https://github.com/Esri/angular-esri-map/issues/311, right?

jgravois commented 7 years ago

indeed it can. thx @tomwayson!

dyh333 commented 7 years ago

yes, thanks @tomwayson . the issue has been several times ago. thanks again.