/angular-maps

Google Maps JavaScript API in the Angular applications using TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

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