Setting up Angular Google Maps

  • Install Angular Google Maps
    • npm install @agm/core
  • Setup @NgModule

  • Extending the app component

  • Setup the template

  • Setup the CSS file [Required]

    • agm-map { height: 300px; }

More at : https://angular-maps.com/guides/getting-started/