Skip to content

Instantly share code, notes, and snippets.

@Klerith
Klerith / hero-page.component.html
Last active December 13, 2025 22:35
Tarea de conceptos básicos de Angular
<h1>{{ name() }}</h1>
<dl>
<td>Nombre:</td>
<dd>{{ name() }}</dd>
<td>Edad:</td>
<dd>{{ age() }}</dd>
<td>Método:</td>