Angular FindIndex -Objekt -basiertes Array

this.someArray.findIndex((x:any)=>{return x.property == 'someProperty'});
Envious Earthworm