UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

17 lines (16 loc) 745 B
import { DatePipe } from '@angular/common'; import { DatepickerAdapter } from './datepicker-adapter'; import * as i0 from "@angular/core"; export declare class DefaultDatepickerAdapter extends DatepickerAdapter { private readonly _locale; private readonly datePipe; constructor(_locale: string, datePipe: DatePipe); formatDate(date: Date | null): string; getMonthName(date: Date | null): string; getMonthWithYear(date: Date | null): string; getYear(date: Date | null): string; getWeekDaysNames(firstDayOfWeek: number): string[]; private _getNextWeekDay; static ɵfac: i0.ɵɵFactoryDeclaration<DefaultDatepickerAdapter, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DefaultDatepickerAdapter>; }