Angular v9.0.0-rc.0 (pearl-lullaby) introduces an official Google Maps Angular component via the @angular/google-maps package. The post covers setup (installing the package, importing GoogleMapsModule, loading the Maps JavaScript API), and walks through the three exported components: GoogleMap (the map wrapper with input/output properties and methods), MapMarker (for placing markers with full event bindings), and MapInfoWindow (for pop-up info windows including dynamic content). Input properties, output events, and available methods/getters are documented in detail for each component.

10m read timeFrom timdeschryver.dev
Post cover image
Table of contents
SetupUsagePutting it all together
8 Impressions