import { Pipe, PipeTransform } from '@angular/core'; export class PipeVo { value: string; label: string; } @Pipe({ name: 'statusFilter', ...
確定! 回上一頁