Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.87 KB

README.md

File metadata and controls

47 lines (29 loc) · 2.87 KB

AGM - Angular Google Maps

This is NOT the official repository, I just fixed a problem with SSR to internal projects. Please follow to SebastianM AGM repository for official support and updates.

AGM - Angular Google Maps


Website | Demo | Twitter | Chat | API Documentation


Build Status Questions?: join the chat npm version supported angular versions: 5+

Packages

This project is a mono repo and hosts multiple packages:

Package Downloads
@a7gm/core @a7gm/core
@a7gm/snazzy-info-window @a7gm/snazzy-info-window
@a7gm/js-marker-clusterer @a7gm/js-marker-clusterer

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

Installation

AGM gets shipped via the Node Package Manager. So make sure that you have NodeJS installed.
You can install the package with the following command:

npm install @a7gm/core

You should also checkout the Getting started guide for further information.

Contributions

Please see the contribution guidelines for more details.