ddubrava / angular-yandex-maps

🗺️ Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API
https://ddubrava.github.io/angular8-yandex-maps/#/
MIT License
57 stars 7 forks source link

Change detection is triggered by changes to configuration and inputs #251

Closed ddubrava closed 1 month ago

ddubrava commented 1 month ago

entity.update in ngOnChanges is run in a zone, which causes ticks. It should be run outside a zone. Another problem is loader services have nested operators, exitZone doesn't work for them.