DEV Community

Discussion on: Setup Google Maps with AGM in Angular App

Collapse
 
abuakkar profile image
Abubakkar-Tahir-Khan • Edited

every thing is ok there is no error in console but not showing map on browser

Collapse
 
devpato profile image
Pato

Did you add this part ? agm-map {
height: 500px;
}

Collapse
 
abuakkar profile image
Abubakkar-Tahir-Khan

hy thanks working fine but can you tell me i have add input for search and filter record in markers but when there is not record exist in the map so then do not show map show

there is no record find

Thread Thread
 
awesomeaiden profile image
Aiden Gonzalez

Hi, how did you get your app to start working? I have the same issue you had with no map showing up on the browser at all. What did you do after that point to get the map to show up?

Thread Thread
 
devpato profile image
Pato

Abuba, so the tutorial part works now? but now you want to add a search input functionality?

Thread Thread
 
devpato profile image
Pato

Aiden, what part you are stocked on? The tutorial part or an extra functionality? I'm down to help if I can see some code