Angular 7

What is DoBootstrap (ngDoBootstrap ) in Angular 7?

DoBootstrap Interface - Angular 7 added a new life-cycle hook that is called ngDoBootstrap and an interface that is called DoBootstrap.

Stayed In formed - Angular7 Interview Questions

Example:
//ngDoBootstrap - Life-Cycle Hook Interface

classAppModuleimplementsDoBootstrap {
ngDoBootstrap(appRef: ApplicationRef) {
appRef.bootstrap(AppComponent);
  }
}


ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

What is DoBootstrap (ngDoBootstrap ) in Angular 7? What is DoBootstrap (ngDoBootstrap ) in Angular 7? Reviewed by Anil Singh on 9:55 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^