-
-
Example:
1. user visits index route (no map, no JSAPI yet)
1. app renders index page, then starts loading JSAPI (`bootstrap()`) so that map route loads faster once people go there
1. user clicks li…
-
I'm not a TS guy, but I get the impression that [this line](https://github.com/tomwayson/angular-cli-esri/blob/master/src/app/esri-map/esri-map.component.ts#L42) should look something like:
```
this…
-
#### When working with third party typings and third party libraries from a CDN, the webpack bundles do not know how to get the modules.
#### I was expecting these modules to be ignored by roll…
-
I can't run the arcgis radiation on my machine!
I tried multiple scenarios from pycharm as well as from arcgis.
```
PyTables is not installed. No support for HDF output.
C:\Users\Gabriel\Documen…
-
I use the same config
![image](https://cloud.githubusercontent.com/assets/8254415/21087507/6186d510-c061-11e6-902d-406f3c8d8610.png)
and i load module by amd
![image](https://cloud.githubuserconten…
-
Should be:
- framework agnostic
- not dependent on promises (favor callbacks) or any polyfills
- TypeScript 😞 (or ES2015)
- able to be loaded to be in an ES5 application (such as angular-esri-map)…
-
I've been looking through how you add js/main in dojoConfig through the callback and require.
I've found that some packages can't be used easily due to AMD/CommonJS complications and other things I d…
-
I am getting the following error when I try to load Street view widget.
>StreetView.js:168 Uncaught TypeError: this.parentWidget.toggle is not a function
at Object.getStreetView (StreetView.…
-
Would like to create a packag (anuglar2-esri-loader?) that makes the esri loader service to any angular 2 app. This code is generic and reusable.
This could be kind of like an [angular-esri-map](ht…