This repository contains resources to support the Esri Developer Summit presentation, Angular and the ArcGIS API for JavaScript. Here you will find all of the samples apps, presentation slides, and Readme files that provide guidance for each pattern.
There's a lot going on here, but I'd argue in the long run it will simplify the structure of this repo and minimize repeated installations of node_modules.
If it helps, please focus your attention on the top-level README for now. I peppered it with several TODO comments (aka: cries for help).
I did not update any of the individual sample app's READMEs. We can consider them to be out of date now.
If we accept this PR, I'd also advise deleting all instances of node_modules directories and doing a fresh npm install at the top level of this repo.
resolves #6 resolves #8 resolves #12
There's a lot going on here, but I'd argue in the long run it will simplify the structure of this repo and minimize repeated installations of
node_modules
.If it helps, please focus your attention on the top-level README for now. I peppered it with several TODO comments (aka: cries for help).
I did not update any of the individual sample app's READMEs. We can consider them to be out of date now.
If we accept this PR, I'd also advise deleting all instances of
node_modules
directories and doing a freshnpm install
at the top level of this repo.