X Tutup
The Wayback Machine - https://web.archive.org/web/20200628004113/https://github.com/angular/angular/issues/35242
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs to describe when `ngDoBootstrap` lifecycle hook is called #35242

Open
AndrewKushnir opened this issue Feb 7, 2020 · 0 comments
Open

Add docs to describe when `ngDoBootstrap` lifecycle hook is called #35242

AndrewKushnir opened this issue Feb 7, 2020 · 0 comments

Comments

@AndrewKushnir
Copy link
Contributor

@AndrewKushnir AndrewKushnir commented Feb 7, 2020

@NgModule class can have ngDoBootstrap lifecycle 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 case bootstrap array is empty or not provided (based on the code in application_ref.ts).

Related issue: #35205.

@ngbot ngbot bot added this to the needsTriage milestone Feb 7, 2020
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Feb 13, 2020
@kapunahelewong kapunahelewong added this to Pending - Top of backlog in docs Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
docs
Pending - Top of backlog
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup