:
Size: a a a
:
BO
BO
LT
LT
GK
LT
LT
BO
BO
GK
LT
journals?entity=client&id=${id});BO
journals?entity=client&id=${id});LT
BO
LT
LT
BO
this.allItems$ = this.route.parent.params
.pipe(
first(),
map(params => +params['id']),
switchMap(id => this.journalService.getJournalClientItems(id)),
switchMap(items => merge(...items.map(item => this.clientsService.getClientById(item.worker_id)
.pipe(
tap(client => item['j_name'] = client.first_name),
)))
.pipe(
mapTo(items),
)
)
);