[examples] chore(ionic-angular): remove Google Maps API key (#5130)

This commit is contained in:
Mike Hartington
2020-08-31 14:58:52 -04:00
committed by GitHub
parent 57a17eb416
commit 183ea42f94

View File

@@ -27,7 +27,7 @@ export class MapPage implements AfterViewInit {
}
const googleMaps = await getGoogleMaps(
'AIzaSyB8pf6ZdFQj5qw7rc_HSGrhUwQKfIe9ICw'
'YOUR_API_KEY_HERE'
);
let map;