0

I am getting this error I tried few solutions from stackoverflow but nothing worked for me Solutions I have been tried

// Declare google ambient
declare var google: any;

package.json
"googlemaps": "^1.12.0"

tsconfig.json
 "types":[ "googlemaps"],

Stackoverflow questions

Angular 6 - @types/googlemaps/index.d.ts' is not a module

error TS2503: Cannot find namespace 'google'. Angular-7

developer
  • 301
  • 3
  • 14

1 Answers1

0

Have you installed @types/googlemaps? If not, try installing

npm i @types/googlemaps
Lucas Simas
  • 141
  • 1
  • 6