UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

10 lines (9 loc) 438 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScheduleTimeFormatPipe implements PipeTransform { transform(schedule: string[] | undefined): string; private formatTo12Hours; private padWithZero; static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleTimeFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ScheduleTimeFormatPipe, "scheduleTimeFormat", false>; }