The Wayback Machine - https://web.archive.org/web/20200604065439/https://github.com/SebastianM/angular-google-maps
Skip to content
Angular 2+ Google Maps Components
TypeScript Other
Branch: master
Clone or download

Latest commit

alisahinozcelik and doom777 fix: Language config bug fixed (#1775)
language config was not working when it is set in forRoot method
2
Latest commit d2ef77c Dec 4, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: update issue template, gitignore, gs-guide (#1708) Aug 20, 2019
assets build: copy READMEs into package dist folders Jun 22, 2017
docs feat: support google maps drawing library (#1749) Nov 5, 2019
packages fix: Language config bug fixed (#1775) Dec 4, 2019
scripts feat: support google maps drawing library (#1749) Nov 5, 2019
.clang-format style(clang): use clang conf file and align style with angular2 Nov 6, 2015
.editorconfig chore(*): add .editorconfig Nov 3, 2015
.eslintrc feat(*): provide an UMD bundle Jun 5, 2016
.gitattributes chore(github): ignore docspublisher in language stats Nov 7, 2015
.gitignore chore: update issue template, gitignore, gs-guide (#1708) Aug 20, 2019
.nvmrc docs: use netlify Nov 13, 2018
.prettierrc.json feat(core): support auto fitBounds Sep 22, 2018
.travis.yml feat: use packagr to build as angular package format (#1634) Aug 12, 2019
CHANGELOG.md chore(release): add changelog and bump version Nov 21, 2019
CONTRIBUTING.md feat(*): Change project name: angular-google-maps Jan 18, 2017
LICENSE chore(license): update year Apr 4, 2017
NAMING.md docs(naming): remove angular version Apr 23, 2018
README.md feat: support google maps drawing library (#1749) Nov 5, 2019
jest.config.js test(*): switch from karma to jest 😎 Jun 2, 2018
jest.setup.js test(*): switch from karma to jest 😎 Jun 2, 2018
package.json chore(release): add changelog and bump version Nov 21, 2019
tsconfig.json test(*): switch from karma to jest 😎 Jun 2, 2018
tslint.json style: tslint cleanup (#1704) Sep 1, 2019
yarn.lock style: tslint cleanup (#1704) Sep 1, 2019

README.md

AGM - Angular Google Maps

AGM - Angular Google Maps

Angular 2+ 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: 6+


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/js-marker-clusterer @agm/js-marker-clusterer
@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.

You can’t perform that action at this time.