Znajdź wartość w tablicy TS
this.persons = this.personService.getPersons().find(x => x.id == this.personId);
|_Genos_|
this.persons = this.personService.getPersons().find(x => x.id == this.personId);