docs(guide/lifecycle_hooks): fix typo
This commit is contained in:
parent
0f5294e32c
commit
8501cbcfed
@ -41,7 +41,7 @@ include ../../../../_includes/_util-fns
|
|||||||
sense for components.
|
sense for components.
|
||||||
|
|
||||||
Each interface has a single hook method whose name is the interface name prefixed with `ng`.
|
Each interface has a single hook method whose name is the interface name prefixed with `ng`.
|
||||||
For example, the `OnInit` interface has a hook method names `ngOnInit`.
|
For example, the `OnInit` interface has a hook method named `ngOnInit`.
|
||||||
|
|
||||||
Angular calls these hook methods in the following order:
|
Angular calls these hook methods in the following order:
|
||||||
* `ngOnChanges` - called when an input or output binding value changes
|
* `ngOnChanges` - called when an input or output binding value changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user