UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

10 lines (9 loc) 450 B
import { type PipeTransform } from '@angular/core'; import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiFormatDatePipe implements PipeTransform { private readonly service; transform(timestampOrDate: Date | number): Observable<string>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiFormatDatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TuiFormatDatePipe, "tuiFormatDate", true>; }