angular/packages/core/test/render3/instructions
Kristiyan Kostadinov 69018c9f42 feat(core): allow for injector to be specified when creating an embedded view (#45156)
Adds support for passing in an optional injector when creating an embedded view through `ViewContainerRef.createEmbeddedView` and `TemplateRef.createEmbeddedView`. The injector allows for the DI behavior to be customized within the specific template.

This is a second stab at the changes in #44666. The difference this time is that the new injector acts as a node injector, rather than a module injector.

Fixes #14935.

PR Close #45156
2022-03-02 16:38:00 +00:00
..
lview_debug_spec.ts test(core): make tests more resilient to header offset changes (#41883) 2021-04-29 13:51:07 -07:00
shared_spec.ts feat(core): allow for injector to be specified when creating an embedded view (#45156) 2022-03-02 16:38:00 +00:00
styling_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00