mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8df888dfb4
Default change detection fails in some cases for @angular/elements where component events are called from the wrong zone. This fixes the issue by running all ComponentNgElementStrategy methods in the same zone it was created in. Fixes #24181 PR Close #37814