UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

6 lines (5 loc) 272 B
import { PipeTransform } from "@angular/core"; import { XmatSelect, XmatGenericObject } from "../models/index"; export declare class XmatObjectToArrayPipe implements PipeTransform { transform<T>(object: XmatGenericObject<T>, limitTo?: number): XmatSelect<T>[]; }