UNPKG

ngx-material-timepicker

Version:
14 lines (13 loc) 614 B
import { PipeTransform } from '@angular/core'; import { TimeUnit } from '../models/time-unit.enum'; import * as i0 from "@angular/core"; export declare class TimeParserPipe implements PipeTransform { private locale; private numberingSystem; constructor(locale: string, numberingSystem: string); transform(time: string | number, timeUnit?: TimeUnit): number | string; private parseTime; static ɵfac: i0.ɵɵFactoryDeclaration<TimeParserPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TimeParserPipe, "timeParser">; static ɵprov: i0.ɵɵInjectableDeclaration<TimeParserPipe>; }