Angular2 components for Google Maps. This project is currently in alpha state. Please do not use this in production.
Website | Demo | Forum | Chat | API Documentation | Twitter
If you just want to play with angular2-google-maps
and don't want to set up a full project, you can use the following Plunker. It has all the dependencies to play with Angular2, Typescript and of course angular2-google-maps
:
» Play with angular2-google-maps on Plunker
angular2-google-maps 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 angular2-google-maps
You should also checkout the Getting started guide for further information.