Skip to content

sebholstein/angular-google-maps

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 4, 2017 20:49
May 7, 2021 13:51

AGM - Angular Google Maps

AGM - Angular Google Maps

Angular components for Google Maps. (Previously known as angular2-google-maps)


Website | Demo | Twitter | Chat | API Documentation


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


Packages

This project is a mono repo and hosts multiple packages:

Package Downloads
@agm/core @agm/core
@agm/snazzy-info-window @agm/snazzy-info-window
@agm/markerclusterer @agm/markerclusterer
@agm/drawing @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

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 @agm/core

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