This works, and places a circle on the map
layers = [circle([ 46.95, -122 ], { radius: 5000 })];
Are there any controls (or trix) in ngx-leaflet that would let me do something like this?
layers = [circle([ 46.95, -122 ], { radius: 5000, label:'my label' })];
the same way that https://github.com/w8r/leaflet-labeled-circle works.
Or - how should I use the leaflet-labelede-circle together with ngx-leaflet?