DoBootstrap
interface
Hook for manual bootstrapping of the application instead of using bootstrap
array in @NgModule
annotation. This hook is invoked only when the bootstrap
array is empty or not provided.
API
Description
Usage Notes
interface DoBootstrap { ngDoBootstrap(appRef: ApplicationRef): void;}}
Jump to details