@alexfriesen/ngx-mat-timepicker
Version:
ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!
13 lines (12 loc) • 676 B
TypeScript
import { PipeTransform } from '@angular/core';
import { NgxMatTimepickerUnits } from '../models/ngx-mat-timepicker-units.enum';
import * as i0 from "@angular/core";
export declare class NgxMatTimepickerTimeLocalizerPipe implements PipeTransform {
private readonly _timepickerLocaleSrv;
private get _locale();
private get _numberingSystem();
transform(time: number | string, timeUnit: NgxMatTimepickerUnits, isKeyboardEnabled?: boolean): string;
private _formatTime;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTimepickerTimeLocalizerPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMatTimepickerTimeLocalizerPipe, "timeLocalizer", true>;
}