Ashwin
0
Q:

angular array filter typescript

ngOnInit() {
  this.booksByStoreID = this.books.filter(
          book => book.store_id === this.store.id);
}
2
this.booksByStoreID = this.books.filter(book => book.store_id === this.store.id);
0

New to Communities?

Join the community