I'd like to make a more involved popup with ngx-leaflet
that can make use of Angular directives and generally be treated as any other Angular component. Is there a good way to do this?
You can create a popup using L.popup
and setContent
however this requires a raw html string.