@alexfriesen/ngx-mat-timepicker
Version:
ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!
14 lines (13 loc) • 712 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 NgxMatTimepickerParserPipe implements PipeTransform {
private readonly _timepickerLocaleSrv;
private get _locale();
private get _numberingSystem();
transform(time: string | number, timeUnit?: NgxMatTimepickerUnits): string;
private _parseTime;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTimepickerParserPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMatTimepickerParserPipe, "ngxMatTimepickerParser", true>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxMatTimepickerParserPipe>;
}