Skip to content

Commit

Permalink
docs: fixed live example for the lifecycle hooks. (#23201)
Browse files Browse the repository at this point in the history
PR Close #23201
  • Loading branch information
jainanuj0812 authored and IgorMinar committed Apr 5, 2018
1 parent a50ce65 commit a1231be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class PeekABooParentComponent {
this.heroName = 'Windstorm';
this.logger.clear(); // clear log on create
}
this.hookLog = this.logger.logs;
this.logger.tick();
}

Expand Down

0 comments on commit a1231be

Please sign in to comment.