angular-google-maps
angular-google-maps copied to clipboard
'agm-map' is not a known element:
'agm-map' is not a known element:
- If 'agm-map' is an Angular component, then verify that it is part of this module.
- If 'agm-map' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. I am trying to show Google Maps in a modal with a marker. Stuck in this problem. What should I do?
I am using Angular 12
Do you have AgmCoreModule.forRoot(...) imported in your module?
if you are using a child module then import AGM into both(parent(with API key), child) module
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.