@angular/core

AfterViewInit

interface

A lifecycle hook that is called after Angular has fully initialized a component's view. Define an ngAfterViewInit() method to handle any additional initialization tasks.

interface AfterViewInit {
}
Jump to details