From 251b27701f8c3464e53a0089eac9565c50c7ec4a Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 21 Dec 2020 17:23:59 +0200 Subject: [PATCH] docs: fix the order of links in `lifecycle-hooks` docs example (#40208) This commit aligns the order of the links to the various sections of the `lifecycle-hooks` docs example with the order in which the sections appear in the template (which also coincides with the order in which they are presented/discussed in the corresponding guide). PR Close #40208 --- aio/content/examples/lifecycle-hooks/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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