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
[](https://angular-maps.com/)
2
2
3
-
# angular2-google-maps
3
+
# AGM - Angular Google Maps
4
4
5
-
Angular 2+ components for Google Maps.
5
+
Angular 2+ components for Google Maps. (Previously known as angular2-google-maps)
6
+
7
+
-----
8
+
9
+
**CAUTION:** The project name has changed from `angular2-google-maps` maps to `AGM - Angular Google Maps` because [#itsJustAngular](http://angularjs.blogspot.de/2017/01/branding-guidelines-for-angular-and.html) and we want to support all upcomming Angular versions.
10
+
11
+
Old package name: `angular2-google-maps`
12
+
New package name: `@agm/core`
13
+
14
+
**==> Please see the [CHANGELOG.md](CHANGELOG.md) file for more migration details.**
[](https://travis-ci.org/SebastianM/angular2-google-maps)[](https://gitter.im/SebastianM/angular2-google-maps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](http://badge.fury.io/js/angular2-google-maps)
If you just want to play with `angular2-google-maps` and don't want to set up a full project, you can use the following Plunker. It has all the dependencies to play with Angular, Typescript and of course `angular2-google-maps`:
28
+
If you just want to play with AGM and don't want to set up a full project, you can use the following Plunker. It has all the dependencies to play with Angular, Typescript and of course `AGM`:
17
29
18
-
[» Play with angular2-google-maps on Plunker](http://plnkr.co/edit/YX7W20?p=preview)
30
+
[» Play with Angular Google Maps on Plunker](http://plnkr.co/edit/YX7W20?p=preview)
19
31
20
32
## Installation
21
33
22
-
angular2-google-maps gets shipped via the Node Package Manager. So make sure that you have [NodeJS](https://nodejs.org) installed.
34
+
`AGM` gets shipped via the Node Package Manager. So make sure that you have [NodeJS](https://nodejs.org) installed.
23
35
24
36
You can install the package with the following command:
25
37
26
38
```shell
27
-
npm install angular2-google-maps
39
+
npm install @agm/core
28
40
```
29
41
30
42
You should also checkout the [Getting started](https://angular-maps.com/docs/getting-started.html#package-installation) guide for further information.
angular-google-maps - Angular 2+ Google Maps components
1
+
Angular Google Maps (AGM) - Angular 2+ Google Maps components
2
2
=========
3
3
4
4
The sources for this package are in the [angular-google-maps](https://github.com/SebastianM/angular-google-maps) repository. Please file issues and pull requests against that repo.
5
5
6
6
This package contains different sources for different users:
7
7
8
-
1. The files located in the root dir are ES5 compatible files that can be consumed using CommonJS.
9
-
2. The files under `/esm` are ES5 based with ES2015 modules.
10
-
3. The files under `/ts` are the TypeScript source files.
11
-
4. Files with the name pattern *.umd.js are UMD bundled modules for fast load times during development.
8
+
1. The files located in the root dirare ES5 based with ES2015 modules.
9
+
1. Files with the name pattern *.umd.js are UMD bundled modules for fast load times during development.
Copy file name to clipboardExpand all lines: docs/getting-started.jade
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
include../_includes/utils
2
2
3
-
+section_title('Playing with angular-google-maps (AGM)', 'playing')
3
+
+section_title('Playing with Angular Google Maps (AGM)', 'playing')
4
4
:marked
5
-
If you just want to play with AGM and don't want to set up a full project with NPM, you can use the following Plunker. It has all the dependencies to play with Angular 2, Typescript and of course `angular-google-maps`:
5
+
If you just want to play with AGM and don't want to set up a full project with NPM, you can use the following Plunker. It has all the dependencies to play with Angular, Typescript and of course `angular-google-maps`:
6
6
7
7
a.button.button-icon.blue-light(href='http://plnkr.co/edit/YX7W20?p=preview')» Play with angular-google-maps on Plunker
* Starts the TypeScript compiler and compiles all sources files (watches also for file changes in the source files and recompiles all files if something has changed)
169
-
* Starts a local web server to serve the Angular 2 application. It refreshes the page when served files change.
169
+
* Starts a local web server to serve the Angular application. It refreshes the page when served files change.
170
170
171
171
**When everything works as expected, you should see your first Google Map created with AGM 🎉🎉🎉!**
172
172
173
173
+section_title('Questions?', 'questions')
174
174
:marked
175
-
When you have problems setting up **angular-google-maps** or questions in general, the best way is to join the chat where you find nice people from the community that can answer you questions:
175
+
When you have problems setting up **angular-google-maps (AGM)** or questions in general, the best way is to join the chat where you find nice people from the community that can answer you questions:
176
176
177
177
a.button.button-icon.blue-light(href='https://gitter.im/SebastianM/angular-google-maps')» Chat on Gitter
0 commit comments