maplibre / ngx-maplibre-gl

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

Angular 18 zoneless showcase #172

Open marcjulian opened 4 weeks ago

marcjulian commented 4 weeks 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 4 weeks ago

I cancelled the CI as it was stuck on e2e testing