Guest User

Untitled

a guest
Jan 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [{
  2. "title": "Some Title"
  3. "options": {
  4. "A": "value1",
  5. "B": "value2"
  6. }]
  7.  
  8. <input *ngFor="let option of options[key]" value="key">value
Add Comment
Please, Sign In to add comment