UNPKG

@rero/ng-core

Version:

RERO angular core library.

12 lines (11 loc) 689 B
import { DatePipe } from '@angular/common'; import { PipeTransform } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class DateTranslatePipe extends DatePipe implements PipeTransform { protected translateService: TranslateService; transform(value: Date | string | number, format?: string, timezone?: string, locale?: string): string | null; transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null; static ɵfac: i0.ɵɵFactoryDeclaration<DateTranslatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<DateTranslatePipe, "dateTranslate", false>; }