• Overview
@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

void
@paramappRefApplicationRef
@returnsvoid
Jump to details