aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html
blob: 6287c14ede26753c640f6837b928d0f785158089 (plain)
1
2
3
<p *ngFor="let item of items">
  {{item}}
</p>