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