Tableau de filtre à dactylographie d'objets
let variable = this.someArray.filter((x:any)=>{ return !x.active;})
Envious Earthworm
let variable = this.someArray.filter((x:any)=>{ return !x.active;})