UNPKG

iptdevs-design-system

Version:

Library common elements into IPT Plattform.

8 lines (7 loc) 368 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScheduleFormatPipe implements PipeTransform { transform(schedule: string[] | undefined): string; static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ScheduleFormatPipe, "scheduleFormat", false>; }