Angular Google Maps

screenshot of Angular Google Maps
angular

Angular 2+ Google Maps Components

Overview

AGM (Angular Google Maps) is a set of Angular components that allow developers to easily integrate Google Maps into their Angular applications. Previously known as angular2-google-maps, AGM provides a range of features for working with Google Maps within an Angular project.

Features

  • Angular components for Google Maps: AGM provides a set of reusable Angular components that simplify the integration of Google Maps into an Angular application.
  • Multiple packages: AGM is a mono repo that hosts multiple packages, including @agm/core, @agm/snazzy-info-window, @agm/markerclusterer, and @agm/drawing.
  • Playground for experimentation: Developers can start playing with AGM using the provided Plunker, which includes all the necessary dependencies for Angular, TypeScript, and AGM.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.