parent
92340350d2
commit
846c031ec9
|
@ -905,7 +905,7 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS,
|
||||||
`platform_pipes`.
|
`platform_pipes`.
|
||||||
* `Compiler.compileInHost` now returns a `HostViewFactoryRef`
|
* `Compiler.compileInHost` now returns a `HostViewFactoryRef`
|
||||||
* Component view is not yet created when component constructor is called.
|
* Component view is not yet created when component constructor is called.
|
||||||
-> use `onInit` lifecycle callback to access the view of a component
|
-> use `ngOnInit` lifecycle callback to access the view of a component
|
||||||
* `ViewRef#setLocal` has been moved to new type `EmbeddedViewRef`
|
* `ViewRef#setLocal` has been moved to new type `EmbeddedViewRef`
|
||||||
* `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
|
* `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
|
||||||
the root nodes of an embedded view
|
the root nodes of an embedded view
|
||||||
|
|
Loading…
Reference in New Issue