Google Maps
Run the following command first:
npm install @angular/google-maps
Example:
{{'<'}}!-- this creates a google map on the page with the given lat/lng from --{{'>'}}
{{'<'}}!-- the component as the initial center of the map: --{{'>'}}
{{'<'}}google-map [center]="center" [zoom]="zoom"{{'>'}}
{{'<'}}map-marker [position]="center" [options]="{{'{'}} draggable: true {{'}'}}"{{'>'}}{{'<'}}/map-marker{{'>'}}
{{'<'}}/google-map{{'>'}}
More
Vector Maps
Vector Maps build with Amcharts
More