onSelectUser(participantId:string) { this.participantsService.findParticipantById(parseInt(participantId)) .debug("Loading participant from backend") .subscribe( participant => { ... }, console.error ); }