docs: clarify sentence in lifecycle hooks doc (#32860)

PR Close #32860
This commit is contained in:
Jordan Amman 2019-09-25 16:29:42 -05:00 committed by atscott
parent a7d090d22e
commit 2e730287fb
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
A component has a lifecycle managed by Angular.
Angular creates it, renders it, creates and renders its children,
checks it when its data-bound properties change, and destroys it before removing it from the DOM.
Angular creates and renders components along with their children, checks when their data-bound properties change, and destroys them before removing them from the DOM.
Angular offers **lifecycle hooks**
that provide visibility into these key life moments and the ability to act when they occur.