docs: edit Component lifecycle title (#40894)

PR Close #40894
This commit is contained in:
Kapunahele Wong 2021-02-17 17:06:24 -05:00 committed by atscott
parent b4301c3d88
commit d0b6270990
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Hooking into the component lifecycle
# Lifecycle hooks
A component instance has a lifecycle that starts when Angular instantiates the component class and renders the component view along with its child views.
The lifecycle continues with change detection, as Angular checks to see when data-bound properties change, and updates both the view and the component instance as needed.