import { of, empty } from 'rxjs'; import { map, catchError } from 'rxjs/operators'; of('a', 'b', 'c', 2, 'd').pipe(; map(v => (v as string).
確定! 回上一頁