Cannot find namespace 'google'.ts(2503) code example
Example: error TS2503: Cannot find namespace 'google'. 10 @Input() mapOptions: google.maps.MapOptions;
import { google } from "google-maps";
declare var google : google;
import { google } from "google-maps";
declare var google : google;