★ wanayoo — archive 1999 https://github.com/SebastianM/angular-google-mapsNouvelle recherche | Portail wanayoo
Skip to content
Angular 2+ Google Maps Components
TypeScript JavaScript Shell
Branch: master
Clone or download
terencehonles and doom777 feat: use packagr to build as angular package format (#1634)
switches build from rollup to ng-packagr

fixes: #1647 #1157
Latest commit df05277 Aug 12, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: add probot stale config Nov 13, 2018
assets build: copy READMEs into package dist folders Jun 22, 2017
docs docs(SnazzyInfoWindow): remove .angular-cli.json (#1654) Jun 11, 2019
packages feat: use packagr to build as angular package format (#1634) Aug 12, 2019
scripts feat: use packagr to build as angular package format (#1634) Aug 12, 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 feat: use packagr to build as angular package format (#1634) Aug 12, 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 Jul 14, 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 chore(release): add changelog and bump version Jul 14, 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 feat: use packagr to build as angular package format (#1634) Aug 12, 2019
tsconfig.json test(*): switch from karma to jest 😎 Jun 2, 2018
tslint.json feat(core): support auto fitBounds Sep 22, 2018
yarn.lock feat: use packagr to build as angular package format (#1634) Aug 12, 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

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.