🏡B
если перевести на русский гугл переводчиком то видишь слово «угловой»
я к этому -_-
Size: a a a
🏡B
DT
🏡B
VL
M
AR
N
{ path: 'transaction-history/:way', component: TransactionHistoryComponent },
Можна добавити тип для :way
? Щоб він був тільки withdraw
або deposit
BB
AK
{ path: 'transaction-history/:way', component: TransactionHistoryComponent },
Можна добавити тип для :way
? Щоб він був тільки withdraw
або deposit
N
deposit
та withdraw
і всеAK
YK
ОС
dialogRef.afterClosed()
.pipe(
filter(f => f.result === true),
switchMap(data =>
this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId)
.pipe(
switchMap(() =>
this.sprMarkService.getWorkmanListOnMark(this.dialogData.id)
.pipe(takeUntil(this.destroy$))
),
)
)
)
BB
dialogRef.afterClosed()
.pipe(
filter(f => f.result === true),
switchMap(data =>
this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId)
.pipe(
switchMap(() =>
this.sprMarkService.getWorkmanListOnMark(this.dialogData.id)
.pipe(takeUntil(this.destroy$))
),
)
)
)
dialogRef.afterClosed()
.pipe(filter(Boolean))
.pipe(switchMap(data => this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId))
.pipe(switchMap(() => this.sprMarkService.getWorkmanListOnMark(this.dialogData.id))
.pipe(takeUntil(this.destroy$))
));
AЬ
dialogRef.afterClosed()
.pipe(filter(Boolean))
.pipe(switchMap(data => this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId))
.pipe(switchMap(() => this.sprMarkService.getWorkmanListOnMark(this.dialogData.id))
.pipe(takeUntil(this.destroy$))
));
AЬ
YK
BB
ОС
AЬ
dialogRef.afterClosed()
.pipe(filter(Boolean))
.pipe(switchMap(data => this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId))
.pipe(switchMap(() => this.sprMarkService.getWorkmanListOnMark(this.dialogData.id))
.pipe(takeUntil(this.destroy$))
));