From d0b6270990e32b30819db0d5b29777752d4583dc Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Wed, 17 Feb 2021 17:06:24 -0500 Subject: [PATCH] docs: edit Component lifecycle title (#40894) PR Close #40894 --- aio/content/guide/lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index a1b65eb6fa..741fc85cf6 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -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.