IS
Size: a a a
IS
GK
IS
GK
GK
IS
А
🌀
B
forkJoin
, то что придет в errorHandler?B
B
GK
S
S
S
B
S
B
forkJoin(this.roleService.getRoles(), this.userService.getRole(this.userId)).subscribe(
([roles, userRole]) =>
{
this.roles = roles;
this.selectedRole = this.roles.find(x => x.roleType == userRole.roleType);
},
error => this.notificationService.fail(error.message));
B
error
не заходит, хотя ошибка происходит вот тут:this.userService.getRole(this.userId)
B
getRole
идет с пайпом