Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230523

Google maps TypeScript error: Cannot find name 'google' - discussion

$
0
0

In case this helps anyone, with @itaionic we discover that the fix is:

Install google-maps lib:

npm install google-maps --save

then in your Typescript file add:

import { google } from "google-maps";

And also define the following property:

google: google;


Viewing all articles
Browse latest Browse all 230523

Trending Articles