temukan nilai dalam array ts

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