@angular/google-maps version: 14.1.1
I am using angular 14 and implement google map using @angular/google-maps but through error
Cannot find namespace 'google'.
Here is stackblitz link click...
As mentioned in the doc
The Google Maps JavaScript declaration files (see source files on GitHub) can be installed using NPM from the @types/google.maps package
Try this:
npm i -D @types/google.maps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With