This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
DevGuide lifecycle-hooks Peek-A-Boo screenshot inconsistent with app output #1286
Open
Description
DevGuide lifecycle-hooks Peek-A-Boo screenshot in this section shows 15 log messages. When the example is run now (over beta.17 or rc.0), it yields only 12 log messages (both in TS and Dart), namely:
Peek-A-Boo
Create PeekABooComponent
-- Lifecycle Hook Log --
#1 name is not known at construction
#2 OnChanges: name initialized to "Windstorm"
#3 OnInit
#4 DoCheck
#5 AfterContentInit
#6 AfterContentChecked
#7 AfterViewInit
#8 AfterViewChecked
#9 DoCheck
#10 AfterContentChecked
#11 AfterViewChecked
#12 OnDestroy
Is the screenshot out-of-date or is the app misbehaving? If the screenshot is updated, then the prose describing it (just below the image) will need to be updated too.
Note that 15 log message are created if one: reloads the page, clicks on Create PeekABooComponent
, and finally clicks on Update Hero
.
Metadata
Metadata
Assignees
Labels
No labels