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