Try it the following way: import { concatMap } from 'rxjs/operators'; this.userService.currentEmployeeId.pipe( concatMap(empId => this.service.
確定! 回上一頁