Skip to content

Commit a171823

Browse files
committed
fix(elements): run strategy methods in correct zone
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 angular#24181
1 parent 0c99c91 commit a171823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goldens/size-tracking/aio-payloads.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"master": {
1313
"uncompressed": {
1414
"runtime-es2015": 2987,
15-
"main-es2015": 450883,
15+
"main-es2015": 451395,
1616
"polyfills-es2015": 52630
1717
}
1818
}

0 commit comments

Comments
 (0)