mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c1ad37d161
The `RootContext` implementation contained a number of fields that were needed to support an experimental `renderComponent` function. The `renderComponent` function was removed, which allows us to cleanup the `RootContext` further. The only field that remains on the `RootContext` is the list of bootstrapped components. This list is presumably mostly unused right now (it just contains the current component) and further refactoring can happen in a followup PR. PR Close #46806