1.

What Is Do Bootstrap (ng Do Bootstrap ) In Angular 7?

Answer»

Do Bootstrap INTERFACE :

Angular 7 added a new life-cycle HOOK that is called NG Do Bootstrap and an interface that is called Do Bootstrap.

Example:

//ng Do Bootstrap - Life-Cycle Hook Interface

classApp Module implements Do Bootstrap {

 ng Do Bootstrap(appRef: ApplicationRef) {

appRef.bootstrap(AppComponent);

}

}

Do Bootstrap Interface :

Angular 7 added a new life-cycle hook that is called ng Do Bootstrap and an interface that is called Do Bootstrap.

Example:

//ng Do Bootstrap - Life-Cycle Hook Interface

classApp Module implements Do Bootstrap {

 ng Do Bootstrap(appRef: ApplicationRef) {

appRef.bootstrap(AppComponent);

}

}



Discussion

No Comment Found