2018-01-10 16:26:46 -08:00

8 lines
102 B
HTML

<h1>
{{title}}
</h1>
<li *ngFor="let user of users">
<span >{{user.id}}</span> {{user.name}}
</li>