this._onRoomChanges$
.pipe(
concatMap(doSmth)
?? wait until other subject report about work permission
)
.subscribe();
switchMap(data => this.access.allowed().pipe(mapTo(data)))
Обсуждают сегодня