mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e21494a333
In a previous refactor, the `RootContext` was update to only contain a reference to a component. This commit perform further refactoring to get rid of the `RootContext` altogether, while storing component reference directly on the root view (without the `RootContext` wrapper). PR Close #47056