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