-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: update learn-angular tutorial to use input/output #61607
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
base: main
Are you sure you want to change the base?
Conversation
Deployed adev-preview for caccc34 to: https://ng-dev-previews-fw--pr-angular-angular-61607-adev-prev-b7fs4ytd.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
f74a2c5
to
0c3e452
Compare
adev/shared-docs/components/navigation-list/navigation-list.component.scss
Show resolved
Hide resolved
adev/src/content/tutorials/learn-angular/steps/8-input/README.md
Outdated
Show resolved
Hide resolved
@@ -1,24 +1,24 @@ | |||
# Component Communication with `@Input` | |||
# Component Communication with `input()` |
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.
I'd propose renaming the section (and also rename a corresponding menu item) to something like this:
# Component Communication with `input()` | |
# Component input properties |
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.
Similarly for the output section.
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.
It looks like menu items for input and output are still the same, could you please update them to match the corresponding page titles?
0c3e452
to
ae4a9e5
Compare
This replaces the example that were using the decorators.
ae4a9e5
to
caccc34
Compare
This replaces the example that were using the decorators.