Skip to content

Commit

Permalink
docs: update input/output guide links (#54135)
Browse files Browse the repository at this point in the history
PR Close #54135
  • Loading branch information
swami-sanapathi authored and thePunderWoman committed Jan 29, 2024
1 parent 28ad6fc commit 45288f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ In the code editor:
Summary: In this lesson, you created a new property decorated with the `@Input()` decorator. You also used the non-null assertion operator to notify the compiler that the value of the new property won't be `null` or `undefined`.

<docs-pill-row>
<docs-pill href="guide/components/inputs-outputs" title="Sharing data between child and parent directives and components"/>
<docs-pill href="guide/components/inputs" title="Accepting data with input properties"/>
<docs-pill href="guide/components/outputs" title="Custom events with outputs"/>
</docs-pill-row>

0 comments on commit 45288f7

Please sign in to comment.