diff --git a/aio/content/examples/lifecycle-hooks/src/app/app.component.html b/aio/content/examples/lifecycle-hooks/src/app/app.component.html index d0692e28ac..0dc9abbbec 100644 --- a/aio/content/examples/lifecycle-hooks/src/app/app.component.html +++ b/aio/content/examples/lifecycle-hooks/src/app/app.component.html @@ -1,11 +1,11 @@

Component Lifecycle Hooks

Peek-a-boo: (most) lifecycle hooks
+Spy: directive with OnInit & OnDestroy
OnChanges
DoCheck
AfterViewInit & AfterViewChecked
AfterContentInit & AfterContentChecked
-Spy: directive with OnInit & OnDestroy
Counter: OnChanges + Spy directive