-
Notifications
You must be signed in to change notification settings - Fork 26.4k
docs: remove empty onInit() & constructors #48576
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
Conversation
0094b53
to
281ef20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like #24008 is unrelated. Did you mean to link to a different PR?
reviewed-for: fw-core, fw-forms
@dylhunn My bad, It's pointing at the wrong repo : angular/angular-cli#24008, |
d806058
to
26e1cb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
(this PR will require a rebase once PR #48546 lands, adding the "cleanup" label for now)
@JeanMeche PR #48546 is now merged, could you please rebase this PR and resolve merge conflicts? |
Following angular#24008, the schematics don't produce ngOnInit and the constructor. Let's reflect that in the Tour of Heroes tutorial. Fixes angular#48575
26e1cb1
to
94b490a
Compare
Caretaker note: low risk PR, current set of approvals should be sufficient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR was merged into the repository by commit 43ced45. |
Following angular#24008, the schematics don't produce ngOnInit and the constructor. Let's reflect that in the Tour of Heroes tutorial. Fixes angular#48575 PR Close angular#48576
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Following angular/angular-cli#24008, the schematics don't produce ngOnInit and the constructor anymore. Let's reflect that in the Tour of Heroes tutorial.
Edit: I also removed it from other parts of the documentation.
Fixes #48575
PR Type
What kind of change does this PR introduce?