@angular/core

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.

  
    interface DoBootstrap {  ngDoBootstrap(appRef: ApplicationRef): void;}}
  
  
Jump to details