Other life cycle events

Besides the init, changes, and destroy events, we can hook four more component life cycle events:

  • AfterContentInit: This is called after the component's content is fully initialized
  • AfterContentChecked: This is called after each time the component is checked
  • AfterViewInit: This is called after the component's view has initialized
  • AfterViewChecked: This is called after the component's view has been checked

Each of them can be implemented in the same way as the previous examples.

Get Angular 2 Components now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.