Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd docs to describe when `ngDoBootstrap` lifecycle hook is called #35242
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


@NgModule class can have
ngDoBootstraplifecycle hook defined, however there is no clear description under which conditions this hooks is called. We should extend description on DoBootstrap page and mention that this hook is called only in casebootstraparray is empty or not provided (based on the code in application_ref.ts).Related issue: #35205.