tableau d'objets Angular FindIndex

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