Closed marcjulian closed 3 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.
ChangeDetectionStrategy.OnPush
https://angular.dev/guide/experimental/zoneless#onpush-compatible-components https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe
I cancelled the CI as it was stuck on e2e testing
I close this PR. I'll open a new one after #178 is merged.
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