1 | import { PipeTransform } from '@angular/core';
|
2 | import { CalendarDateFormatter } from '../calendar-date-formatter/calendar-date-formatter.provider';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 | export declare class CalendarDatePipe implements PipeTransform {
|
12 | private dateFormatter;
|
13 | private locale;
|
14 | constructor(dateFormatter: CalendarDateFormatter, locale: string);
|
15 | transform(date: Date, method: string, locale?: string, weekStartsOn?: number, excludeDays?: number[], daysInWeek?: number): string;
|
16 | static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDatePipe, never>;
|
17 | static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDatePipe, "calendarDate", false>;
|
18 | }
|