Получите продукт

  getProducts() {
    return [...this.products];  // returns products obj copy
  }
Puzzled Puffin