When ngOnInit event get called in Angular 2 Application Lifecycle?
ngOnInit is called whenever the initialization of the directive/component after Angular first displays the data-bound properties happens.