I have this code:
private currentCart : item [] constructor(private pService : ProductService) { this.currentCart = [] } add(product) { if(th