0.5.5 • Published 7 years ago

angular2-esri4-components v0.5.5

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

angular2-esri4-components

npm version

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

Setup

npm install --save angular2-esri4-components

Component status:

ComponentStatusDocsIssue
esri4-mapAvailableREADME-
esri4-legendNot Started-
esri4-layerListNot Started-
esri4-customWidgetAvailableREADME#4
esri4-layersToggleAvailableREADME#6
(more coming)-

Setup

Import CSS for ArcGIS API for JavaScript v4 into the head of your index.html:

<!doctype html>
<html>
<head>
  <!-- ... -->
  <link rel="stylesheet" href="https://js.arcgis.com/4.3/esri/css/main.css">
  <!-- ... -->
</head>
<body>
  <app-root>Loading...</app-root>
</body>
</html>

Include Angular2Esri4Module in your main module:

// ...

import { Angular2Esri4Module } from 'angular2-esri4-components';

@NgModule({
  // ...
  imports: [
    Angular2Esri4Module
  ],
  // ...
})
export class AppModule { }
0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago