I want to remove an item from a stored array in angular 2, with Type Script. I am using a service called Data Service, the DataService Code:
export cl
That work for me
this.array.pop(index); for example index = 3 this.array.pop(3);