UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

9 lines (8 loc) 452 B
import { PipeTransform } from '@angular/core'; import { IsDate } from './is-date.pipe'; import * as i0 from "@angular/core"; export declare class IsDateBefore<T extends Date | number | string> extends IsDate<T> implements PipeTransform { transform(value: T, dateBefore: T): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsDateBefore<any>, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsDateBefore<any>, "isDateBefore", true>; }