angular/packages/private/testing
Andrew Kushnir c1ad37d161 refactor(core): drop unused fields from the RootContext (#46806)
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
2022-08-05 09:58:06 -07:00
..
src refactor(core): drop unused fields from the RootContext (#46806) 2022-08-05 09:58:06 -07:00
BUILD.bazel test: remove view-engine-only tests (#43884) 2021-11-23 21:10:06 +00:00
index.ts refactor(core): rename a file to avoid old terminology (to avoid mentioning render3) (#46250) 2022-06-06 16:12:32 -07:00