Skip to content
Angular Essentials
GitHub

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.