angular-esri-components
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

angular-esri-components

npm version

A set of Angular components to work with ArcGIS API for JavaScript v4.6

Setup

npm install --save angular-esri-componentsOR yarn add angular-esri-components

Component status:

Component Status Docs Issue
esri-map Available README -
EsriModuleProvider Available README -
esri-legend Not Started -
esri-layer-list Not Started -
esriCustomWidget Available README #4
esri-layers-toggle Available README #6
(more coming) -

Setup

Note: It is no longer necessary to add an import statement into your index.html file for the ESRI CSS. This has been included in the styles for the map component. If you have an existing import of the ESRI CSS in your application you should remove it.

Include AngularEsriModule in your main module:

// ...
 
import { AngularEsriModule } from 'angular-esri-components';
 
@NgModule({
  // ...
  imports: [
    AngularEsriModule
  ],
  // ...
})
export class AppModule { }
 

Readme

Keywords

none

Package Sidebar

Install

npm i angular-esri-components

Weekly Downloads

81

Version

2.0.0

License

none

Unpacked Size

262 kB

Total Files

63

Last publish

Collaborators

  • kgs916