Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const selectedTagsIds = [1,4];
  2. const array = [
  3. {id:1,value:'text', tags: [{id: 1, title:'title1'},{id: 2, title:'title2'},{id: 3, title:'title3'}]},
  4. {id:2, value:'text', tags: [{id: 4, title:'title4'},{id: 5, title:'title5'},{id: 6, title:'title6'}]}
  5. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement