-
The instructions for Static website mentions downloading master.zip file and uploading it to S3. There is a big different between the files in repo and the zip file. Please update the zip file or cha…
-
I'm running into an issue with using dojo with the systemjs loader. For instance, I'd like to use dojo/dom or the require statement but when I try to add the following import statement, I get an erro…
-
When `angular-esri-loader` is included in a project and bundled (like with webpack) it is including its own copies of some code from `@angular` as evidenced by this screencap of `source-map-explorer`:…
-
Either esri, or esri-dc. Assume esri b/c that's where cedar lives.
-
https://stackoverflow.com/questions/45674531/webpack-bundle-that-overwrites-http-module-and-prototype-is-not-defined
-
https://github.com/tomwayson/esri-loader/releases/tag/v0.2.0
-
To keep up with best practices for naming conventions of Angular libraries this repo and the NPM package should be renamed. This will also keep it in line with the `angular-esri-loader` module that w…
-
ESRI still supports the legacy `dojo.require()` way of loading dependencies but it's [clear the way forward is to use AMD instead](https://developers.arcgis.com/javascript/jshelp/inside_dojo_amd.html)…
yeroc updated
7 years ago
-
After all the pain and suffering that I went through trying to initially publish library in way that it could actually be consumed in an Angular app, there are now actually a few good resources on how…
-
I am writing a mapping application that is going to be running inside of [Electron](https://electron.atom.io/). I am trying to use this to load the ArcGIS API for JavaScript modules but I am getting …