perf(animation): avoid ngzone with requestAnimationFrame (#19457)

* add patched zone for animations

* minify raf better
This commit is contained in:
Liam DeBeasi
2019-09-26 11:25:30 -04:00
committed by GitHub
parent eab0865fba
commit 8ca97ce42c
3 changed files with 28 additions and 11 deletions

View File

@ -102,7 +102,7 @@
}
async function openEnd() {
awaitmenuCtrl.open('end');
await menuCtrl.open('end');
}
async function openCustom() {