tomwayson / angular2-esri-example

Example app using the ArcGIS API for JavaScript v3 in an Angular2 app
http://tomwayson.github.io/angular2-esri-example/
MIT License
52 stars 26 forks source link

angularclass webpack and jsapi #27

Closed hassanqaiser closed 8 years ago

hassanqaiser commented 8 years ago

Would you please advise how I can load arc-js-api and dojo modules in angular2-webpack-starter in the link below,

https://github.com/AngularClass/angular2-webpack-starter

Thanks, Qaiser

dyh333 commented 8 years ago

@hassanqaiser i am trying this also, if success, tell me how. thanks. and you can see this issue #26 , hope can help you.

tomwayson commented 8 years ago

@dyh333

@hassanqaiser has forked the Angular Class webpack starter and updated it to use the ArcGIS API for JavaScript. His repo can be found here:

https://github.com/hassanqaiser/angular2_webpack2_esri

tomwayson commented 8 years ago

Another way to integrate the ArcGIS API for JavaScript into the Angular Class starter would be to use the angular2-esri-loader library and follow the "dedicated loader pattern" described in this blog post.

dyh333 commented 8 years ago

@tomwayson thanks, i will try it.