Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebholstein/angular-google-maps
Angular 2+ Google Maps Components
https://github.com/sebholstein/angular-google-maps
agm angular angular2 angular4 angular5 google-maps library ng2
Last synced: 5 days ago
JSON representation
Angular 2+ Google Maps Components
- Host: GitHub
- URL: https://github.com/sebholstein/angular-google-maps
- Owner: sebholstein
- License: mit
- Created: 2015-11-04T20:57:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T13:27:05.000Z (7 months ago)
- Last Synced: 2024-12-07T09:13:08.842Z (about 1 month ago)
- Topics: agm, angular, angular2, angular4, angular5, google-maps, library, ng2
- Language: TypeScript
- Homepage: https://angular-maps.com/
- Size: 7.49 MB
- Stars: 2,027
- Watchers: 93
- Forks: 817
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sebholstein/angular-google-maps - Angular 2+ Google Maps Components (TypeScript)
README
[![AGM - Angular Google Maps](assets/images/angular-google-maps-logo.png)](https://angular-maps.com/)
# AGM - Angular Google Maps
Angular components for Google Maps. (Previously known as angular2-google-maps)
---
[Website](https://angular-maps.com/) | [Demo](https://stackblitz.com/edit/angular-google-maps-demo) | [Twitter](https://twitter.com/Sebholstein) | [Chat](https://discord.gg/XAr2ACE) | [API Documentation](https://angular-maps.com/api-docs/)
---
[![Build Status](https://travis-ci.org/SebastianM/angular-google-maps.svg?branch=master)](https://travis-ci.org/SebastianM/angular-google-maps) [![Questions?: join the chat](https://img.shields.io/badge/questions%3F-join%20the%20chat-blue.svg)](https://discord.gg/XAr2ACE) [![npm version](https://badge.fury.io/js/%40agm%2Fcore.svg)](https://www.npmjs.com/package/@agm/core) ![supported angular versions: 9+](https://img.shields.io/badge/supported%20angular%20versions-9.1+-green.svg)
---
## Packages
This project is a mono repo and hosts multiple packages:
| Package | Downloads |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| @agm/core | [![@agm/core](https://img.shields.io/npm/dm/@agm/core.svg)](https://www.npmjs.com/package/@agm/core) |
| @agm/snazzy-info-window | [![@agm/snazzy-info-window](https://img.shields.io/npm/dm/@agm/snazzy-info-window.svg)](https://www.npmjs.com/package/@agm/snazzy-info-window) |
| @agm/markerclusterer | [![@agm/markerclusterer](https://img.shields.io/npm/dm/@agm/markerclusterer.svg)](https://www.npmjs.com/package/@agm/markerclusterer) |
| @agm/drawing | [![@agm/drawing](https://img.shields.io/npm/dm/@agm/drawing.svg)](https://www.npmjs.com/package/@agm/drawing) |---
## Playing with AGM (Angular Google Maps)
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`:
[» Play with Angular Google Maps on Stackblitz](https://stackblitz.com/edit/angular-google-maps-demo)
## Installation
`AGM` gets shipped via the Node Package Manager. So make sure that you have [NodeJS](https://nodejs.org) installed.
You can install the package with the following command:```shell
npm install @agm/core
```You should also checkout the [Getting started](https://angular-maps.com/guides/getting-started/) guide for further information.