Skip to content

Commit

Permalink
docs: Add Stackblitz examples for component communication in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Oct 7, 2024
1 parent 1d99d40 commit 90afb3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,8 @@ export class AppComponent {
<p>Your name is: {{name}}</p>
```

[Stackblitz Example](https://stackblitz.com/edit/stackblitz-starters-s43hdu?file=src%2Fmain.ts)

**change event** - The `change` event is emitted when the value of an input element changes. It can be used to perform additional logic when the value changes.

Example :
Expand Down Expand Up @@ -1485,6 +1487,8 @@ export class AppComponent {
<p>Your name is: {{name}}</p>
```

[Stackblitz Example](https://stackblitz.com/edit/stackblitz-starters-s43hdu?file=src%2Fmain.ts)

[Back to top⤴️](#table-of-contents)

## Directives
Expand Down

0 comments on commit 90afb3b

Please sign in to comment.