Skip to content

Commit 90afb3b

Browse files
committed
docs: Add Stackblitz examples for component communication in README.md
1 parent 1d99d40 commit 90afb3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,8 @@ export class AppComponent {
14581458
<p>Your name is: {{name}}</p>
14591459
```
14601460

1461+
[Stackblitz Example](https://stackblitz.com/edit/stackblitz-starters-s43hdu?file=src%2Fmain.ts)
1462+
14611463
**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.
14621464

14631465
Example :
@@ -1485,6 +1487,8 @@ export class AppComponent {
14851487
<p>Your name is: {{name}}</p>
14861488
```
14871489

1490+
[Stackblitz Example](https://stackblitz.com/edit/stackblitz-starters-s43hdu?file=src%2Fmain.ts)
1491+
14881492
[Back to top⤴️](#table-of-contents)
14891493

14901494
## Directives

0 commit comments

Comments
 (0)