UNPKG

ngx-select-dropdown

Version:

A angular(4+) select dropdown for single select or multiselct module.

8 lines (7 loc) 362 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LimitToPipe implements PipeTransform { transform(array: any[], itemsCount: number, startIndex?: number): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<LimitToPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<LimitToPipe, "limitTo", false>; }