application-base-js icon indicating copy to clipboard operation
application-base-js copied to clipboard

A core class for creating a configurable application using JavaScript/TypeScript

Results 5 application-base-js issues
Sort by recently updated
recently updated
newest added

I started looking at the Esri configurable-app-examples-4x-js and found that the code would not work due to application-base-js syntax issues. The major issue is that the npm 0.0.5 @esri application-base-js...

We should be able to replace the following with esri/kernel and not have any dojo used. ``` import kernel = require("dojo/_base/kernel"); ```

The 4.x Layer methods **fromArcGISServerUrl** and **fromPortalItem** make it easier to support adding a layer via url or portal item id. I think we should add support for these to...

Org users can opt-in to displaying vector basemaps so we should add support to check the self for vector basemap support and if there get the vector basemap group otherwise...

question