6 lines
72 B
HTML
Raw Normal View History

<ul>
<li *ngFor="let hero of heroes">
{{hero.name}}
</li>
</ul>