From 74186c36dec71a148877eb2a727bb9a0ec3bb630 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Wed, 26 May 2021 21:11:46 +0000 Subject: [PATCH] docs: remove lightbox gif from Use Directives to Watch the DOM section. (#42369) This gif is out of date and causing reader confusion. Fixes #40193 PR Close #42369 --- aio/content/guide/lifecycle-hooks.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/aio/content/guide/lifecycle-hooks.md b/aio/content/guide/lifecycle-hooks.md index 445b6cae88088..c7058e81652b8 100644 --- a/aio/content/guide/lifecycle-hooks.md +++ b/aio/content/guide/lifecycle-hooks.md @@ -395,14 +395,7 @@ Here it is attached to the repeated hero `
`: -Each spy's creation and destruction marks the appearance and disappearance of the attached hero `
` -with an entry in the *Hook Log* as seen here: - - - -Adding a hero results in a new hero `
`. The spy's `ngOnInit()` logs that event. +Each spy's creation and destruction marks the appearance and disappearance of the attached hero `
` with an entry in the *Hook Log*. Adding a hero results in a new hero `
`. The spy's `ngOnInit()` logs that event. The *Reset* button clears the `heroes` list. Angular removes all hero `
` elements from the DOM and destroys their spy directives at the same time.