ngOnInit abstract method
      
void
ngOnInit()
      
     
    
Executed after the first change detection run for a directive.
See OnInit for a full description.
Implementation
void ngOnInit();Executed after the first change detection run for a directive.
See OnInit for a full description.
void ngOnInit();