Skip to content

Instantly share code, notes, and snippets.

@MartinhoMCM
Last active April 6, 2022 10:23
Show Gist options
  • Save MartinhoMCM/2a4f62d2814543dd340e012b517823a4 to your computer and use it in GitHub Desktop.
Save MartinhoMCM/2a4f62d2814543dd340e012b517823a4 to your computer and use it in GitHub Desktop.
pai.component.html
<div>
<h1>Próximos Eventos do Angular</h1>
<hr/>
<div>
<h2>{{event.name}}</h2>
<div>Data: {{event.date}}</div>
<div>Hora: {{event.time}}</div>
<div>Preço: \${{event.price}}</div>
<div>
<span>Local: {{event.location.address}}</span>
<span >{{event.location.city}}, {{event.location.country}}</span>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment