trouver de la valeur dans le tableau ts

this.persons =  this.personService.getPersons().find(x => x.id == this.personId);
|_Genos_|