Dapatkan produk

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