jeffstahlin / angular-maps

Google Maps JavaScript API in the Angular applications using TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Maps

Google Maps JavaScript API in the Angular 2+ applications using TypeScript.

Sample app

The sample application implements Google Maps, Markers, Geolocation and Geocoding.

Running locally the sample app

Make sure that you have the latest version of npm:

npm install npm@latest -g

In the command line, go to the directory that contains index.html:

npm install
npm start

About

Google Maps JavaScript API in the Angular applications using TypeScript

License:MIT License


Languages

Language:TypeScript 75.5%Language:HTML 18.2%Language:JavaScript 6.2%