This demo app is forked from the minimalistic JSAPI 4.x + TypeScript demo app by Esri Inc.
TypeScript with the ArcGIS API 4 for JavaScript
- Clone the repo and
npm i
dependencies npm run dev
to compile/app/main.ts
tomain.js
in the same folder and watch for changesnpm start
to launch browser-sync in your default browser.npm run lint
to run TSLint on TypeScript files.
The releases stand for different development stages. Learn how to build up from a simple template using JSAPI 4.x and TypeScript...
- adding layers and default widgets
- adding a SceneView and synchronizing it with the MapView by using the Accessor and Promises
- create a class-based app and a view factory learn advanced TypeScript features
- implement a custom widget
- create a popup using images that are attached to features.