We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9c44b commit b16fa45Copy full SHA for b16fa45
1 file changed
modules/angular2/docs/cheatsheet/lifecycle hooks.md
@@ -36,7 +36,7 @@ Called after every check of the component's or directive's content.
36
37
@cheatsheetItem
38
`afterViewInit() { ... }`|`afterViewInit()`
39
-Called after onContentInit when the component's view has been initialized. Applies to components only.
+Called after afterContentInit when the component's view has been initialized. Applies to components only.
40
41
42
0 commit comments