add this import on top of your source file import { filter } from 'rxjs/operators' this.myService.getEmp(personEmpId) .pipe(filter(result) => !!result) ...
確定! 回上一頁