mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9c58717767
This commit ensures that change detection runs when an `LView` is removed. Change detection is required because DOM nodes aren't actually removed until the animation engine flushes and this doesn't happen until the end of `detectChangesInternal` (`rendererFactory.end`). PR Close #53812