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