You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,17 @@ export class EsriMapComponent implements OnInit {
86
86
}
87
87
```
88
88
89
+
### In an Angular CLI Application
90
+
91
+
To use this library in an [Angular CLI](https://github.com/angular/angular-cli) application, the best place to start is to follow the instructions in [this gist](https://gist.github.com/tomwayson/e6260adfd56c2529313936528b8adacd).
92
+
93
+
For an example of how to use this service to lazy load the ArcGIS API and resolve modules in a route, see
See [this gist](https://gist.github.com/jwasilgeo/00855ee002aca822e33abd8a7a031f56) for instructions on how to use this library in an [AngularClass/angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter) application.
99
+
89
100
### In an Angular 2 Application
90
101
91
102
Example of using the loader service in a component to lazy load the ArcGIS API and create a map
@@ -127,17 +138,6 @@ export class EsriMapComponent implements OnInit {
127
138
}
128
139
```
129
140
130
-
### In an Angular CLI Application
131
-
132
-
To use this library in an [Angular CLI](https://github.com/angular/angular-cli) application, the best place to start is to follow the instructions in [this gist](https://gist.github.com/tomwayson/e6260adfd56c2529313936528b8adacd).
133
-
134
-
For an example of how to use this service to lazy load the ArcGIS API and resolve modules in a route, see
See [this gist](https://gist.github.com/jwasilgeo/00855ee002aca822e33abd8a7a031f56) for instructions on how to use this library in an [AngularClass/angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter) application.
140
-
141
141
## ArcGIS Types
142
142
This service doesn't make any assumptions about which version of the ArcGIS API you are using, so you will have to manually install the appropriate types.
0 commit comments