Guest User

Untitled

a guest
Sep 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [{name: 'Name 1', price: '10$'}, {name: 'Name 2', price: '20$'}, ...]
  2.  
  3. <div *ngFor="let item of items">
  4. {{item.name}} - {{item.price}}
  5. </div>
Add Comment
Please, Sign In to add comment