@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
8 lines (7 loc) • 321 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DatePipe implements PipeTransform {
transform(value: any, format?: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "date", true>;
}