Recently, I found a blog entry where it is shown how to use a leaflet with Angular without using ngx-leaflet: https://codehandbook.org/use-leaflet-in-angular/
What will I have to take care of myself if I do not use ngx-leaflet? For now, basic functionalities such as map display, click event, markers, circles and polygons work, but I worry about more advanced functionalities.
I know that I can have problems with ChangeDetection and Selectors, but does anyone know in which other places I would have problems and what would these problems consist in?