Open itsmohdabrar opened 7 years ago
Are you trying to move to another route from the leaflet pop up? If so. Yeah leaflet popup content is not getting rendered. I ll see if it's possible... I am not sure
It will be great to be able to inject components into the pop up.
I am trying to create the nested routing in my ng2 App and it seems like routerLink in the anchor link as shown below doesn't support.
var link = '<a [routerLink]="['/reports/${response[i]._id}']">${response[i].locationName}</a>'; marker.bindPopup(link).openPopup();