ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 643 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RandomPipe implements PipeTransform {
transform(input: any, min?: number, max?: number): any;
static ɵfac: i0.ɵɵFactoryDeclaration<RandomPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RandomPipe, "random">;
}
export declare class NgRandomPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgRandomPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgRandomPipeModule, [typeof RandomPipe], never, [typeof RandomPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgRandomPipeModule>;
}