6 lines
72 B
HTML
Raw Normal View History

2016-05-18 15:53:13 +02:00
<ul>
<li *ngFor="let hero of heroes">
{{hero.name}}
</li>
</ul>