Angular2 Cannot find namespace ‘google’
Angular 6 & 7 steps (should also work for every other Angular version): npm install @types/googlemaps –save-dev Add googlemaps to the types array in both filestsconfig.app.json respectively in tsconfig.spec.json (save both files) At the top of your controller.ts /// <reference types=”@types/googlemaps” /> Restart npm server The types array should look like these in both files … Read more