maplibre / ngx-maplibre-gl

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

Angular 18 zoneless showcase #172

Closed marcjulian closed 3 months ago

marcjulian commented 6 months ago

Enables experimental zoneless for the showcase app. The map is not rendered at all, even though it uses ChangeDetectionStrategy.OnPush. OnPush is not enough to notify the map to render.

https://angular.dev/guide/experimental/zoneless#onpush-compatible-components https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe CleanShot 2024-06-06 at 10 16 42

marcjulian commented 6 months ago

I cancelled the CI as it was stuck on e2e testing

marcjulian commented 3 months ago

I close this PR. I'll open a new one after #178 is merged.