If you are using lodash your pipe can be like this: import { Pipe, PipeTransform } from '@angular/core'; import { orderBy } from 'lodash'; ...
確定! 回上一頁