docs(changelog): fix ViewQuery read usage example in beta.16 (#8330)
This commit is contained in:
parent
d75f928fca
commit
0fad9c2786
|
@ -288,7 +288,7 @@ as a served file in your Karma or other test configuration.
|
||||||
should be used, create one before calling this method.
|
should be used, create one before calling this method.
|
||||||
(e.g. via `ReflectiveInjector.resolveAndCreate(…)`.
|
(e.g. via `ReflectiveInjector.resolveAndCreate(…)`.
|
||||||
|
|
||||||
* - `DynamicComponentLoader.loadIntoLocation` has been removed. Use `@ViewChild(‘myVar’, read: ViewContainerRef)` to get hold of a `ViewContainerRef` at an element with variable `myVar`. Then call `DynamicComponentLoader.loadNextToLocation`.
|
* - `DynamicComponentLoader.loadIntoLocation` has been removed. Use `@ViewChild(‘myVar’, {read: ViewContainerRef})` to get hold of a `ViewContainerRef` at an element with variable `myVar`. Then call `DynamicComponentLoader.loadNextToLocation`.
|
||||||
- `DynamicComponentLoader.loadNextToLocation` now takes a `ViewContainerRef` instead of an `ElementRef`.
|
- `DynamicComponentLoader.loadNextToLocation` now takes a `ViewContainerRef` instead of an `ElementRef`.
|
||||||
- `AppViewManager` is renamed into `ViewUtils` and is a mere private utility service.
|
- `AppViewManager` is renamed into `ViewUtils` and is a mere private utility service.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue