@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
10 lines (9 loc) • 462 B
TypeScript
import { PipeTransform } from '@angular/core';
import { DateFormatter } from './date-formatter.type';
import * as i0 from "@angular/core";
export declare class DateFormatterPipe implements PipeTransform {
private readonly _locale;
transform(value: Date, formatter: string | DateFormatter): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatterPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatterPipe, "formatDate", false>;
}