I want to use the Google Maps API with my Angular project, so I used these two commands to install npm packages:
npm install @agm/core --save-dev npm install
For me in Angular 6, it worked when I only used
///