Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. onInit() {
  2. this.favStore.favourites
  3. .subscribe(data =>
  4. this.newfavourites = data.filter((artist) => {
  5. return artist.isNew === true
  6. }
  7. ));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement