maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
77 stars 26 forks source link

remove usage of NgZone.onStable and NgZone.onMicrotaskEmpty #183

Closed marcjulian closed 3 months ago

marcjulian commented 3 months ago

MapService.setup is called in afterNextRender

marcjulian commented 3 months ago

Yes for now. I will create another PR with additional changes.

HarelM commented 3 months ago

Let me know what you want to carve out a new version. I think we have enough changes to create one.

marcjulian commented 3 months ago

Yes you can create a new version! Looks like the map works fine with zoneless (provideExperimentalZonelessChangeDetection).

There might be a bit more work around zoneless for the showcase project, but we can tackle it later.

HarelM commented 3 months ago

Great! I'm still far from being zoneless in my app, so it will take time for me to actually test these changes... Nevertheless, this is good!