mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| ng_class_spec.ts | ||
| ng_component_outlet_spec.ts | ||
| ng_for_spec.ts | ||
| ng_if_spec.ts | ||
| ng_plural_spec.ts | ||
| ng_style_spec.ts | ||
| ng_switch_spec.ts | ||
| ng_template_outlet_spec.ts | ||
| non_bindable_spec.ts | ||