ngx.leaflet.component icon indicating copy to clipboard operation
ngx.leaflet.component copied to clipboard

popup content is not rendered

Open itsmohdabrar opened this issue 8 years ago • 2 comments

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();

itsmohdabrar avatar Mar 11 '17 10:03 itsmohdabrar

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

elasticrash avatar Mar 11 '17 18:03 elasticrash

It will be great to be able to inject components into the pop up.

maisnamraju avatar Mar 11 '17 21:03 maisnamraju