Angular FindIndex -Objekt -basiertes Array
this.someArray.findIndex((x:any)=>{return x.property == 'someProperty'});
Envious Earthworm
this.someArray.findIndex((x:any)=>{return x.property == 'someProperty'});