Task - Sharing data between parent and child
Create a button named Delete
in each card of CardComponent
.
Use @Input
and @Output
to remove the card on Delete
button click.
Create a button named Delete
in each card of CardComponent
.
Use @Input
and @Output
to remove the card on Delete
button click.