@Input() map: google.maps.Map;
**Error:**Cannot find namespace ‘google’
when i am importing the map @input decorator google cannot undefined error…how can i import these case?
@Input() map: google.maps.Map;
**Error:**Cannot find namespace ‘google’
when i am importing the map @input decorator google cannot undefined error…how can i import these case?