Skip to content

Instantly share code, notes, and snippets.

@MartinhoMCM
Created April 6, 2022 13:00
Show Gist options
  • Save MartinhoMCM/fe220ca5d01b861d17f3842185a88359 to your computer and use it in GitHub Desktop.
Save MartinhoMCM/fe220ca5d01b861d17f3842185a88359 to your computer and use it in GitHub Desktop.
pai.component.html
<div>
<h1>Próximos Eventos do Angular</h1>
<h1>Olá {{message}}</h1>
<hr/>
<app-filho [event]="event" (outPutEvent)="handleClickedEvent($event)"></app-filho>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment