I am building an application using Angular JS, and have been accessing ESRI classes thus far in the following way:
var graphicsLayer = new esri.layers.GraphicsLayer(); I have access to the 'esri' object throughout my application. I am getting this access through my index.html file:
Of note, I am not using any dojo code to initialize the map. Is there any way I can access the Draw toolbar class in the ESRI JS API without having to load it in through dojo?
أكثر...
var graphicsLayer = new esri.layers.GraphicsLayer(); I have access to the 'esri' object throughout my application. I am getting this access through my index.html file:
Of note, I am not using any dojo code to initialize the map. Is there any way I can access the Draw toolbar class in the ESRI JS API without having to load it in through dojo?
أكثر...