UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

10 lines (9 loc) 506 B
import { type PipeTransform } from '@angular/core'; import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiOrderWeekDaysPipe implements PipeTransform { private readonly firstDayOfWeekIndex; transform(mondayFirstWeekDays$: Observable<readonly string[]>): Observable<readonly string[]>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiOrderWeekDaysPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TuiOrderWeekDaysPipe, "tuiOrderWeekDays", true>; }