Skip to content

Support files for ArcGIS Maps SDK for JavaScript assets

Notifications You must be signed in to change notification settings

Esri/arcgis-js-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current build version

arcgis-js-api

A minified, unbuilt version of the ArcGIS API for JavaScript.

Features

A minified, unbuilt version of the ArcGIS API for JavaScript. You can install this repo via npm and create your own custom builds with Webpack or the Dojo Toolkit.

Instructions

Building an ArcGIS API for JavaScript application requires signing up for an ArcGIS account.

npm install arcgis-js-api

Requirements

Please see our guide: Using npm for Custom Builds

TypeScript Typings

You can use the typings included with arcgis-js-api two ways.

Include a /// directive in your main TypeScript file.

// main.ts
/// <reference types="arcgis-js-api" />

Or add to the include of your tsconfig.json.

// tsconfig.json
{
  "compilerOptions": {},
  "include": [
    "node_modules/arcgis-js-api/index.d.ts",
    "src/**/*.ts",
    "src/**/*.tsx"
  ]
}

Resources

Issues

Find a bug or want to request a new feature? Please refer to support.esri.com or visit GeoNet.

Support

For assistance, please refer to support.esri.com.

Licensing

COPYRIGHT © 2020 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.

See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english

For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA

email: [email protected]

See copyright.txt for details.