The Wayback Machine - https://web.archive.org/web/20241217132847/https://angular.dev/api/core/DoBootstrap
    • 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
HTTPS · web.archive.org
← Home