changelog: Update name of a lifecycle hook

Closes #6418
This commit is contained in:
Minko Gechev 2016-01-12 08:58:42 +02:00 committed by Misko Hevery
parent 92340350d2
commit 846c031ec9
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS,
`platform_pipes`.
* `Compiler.compileInHost` now returns a `HostViewFactoryRef`
* 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`
* `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
the root nodes of an embedded view