8 lines
102 B
HTML
Raw Permalink Normal View History

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