angular/goldens/public-api/common
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
..
http fix(common): incorrect error type for XHR errors in TestRequest (#36082) 2021-11-19 21:26:52 +00:00
testing fix(common): cleanup URL change listeners when the root view is removed (#44901) 2022-02-14 14:02:26 -08:00
upgrade test: update all api goldens to match with new NPM package output (#43431) 2021-10-01 18:28:43 +00:00
common.md feat(core): allow for injector to be specified when creating an embedded view (#45156) 2022-03-02 16:38:00 +00:00
errors.md refactor(common): make the error messages tree shakable (#44663) 2022-01-18 10:31:44 -08:00