@asadi/angular-date-components
Version:
`Angular Date Components` is a comprehensive angular library of date-related components designed to meet the needs of applications that require localization based on various calendar systems. While the package currently includes two powerful components (S
10 lines (9 loc) • 348 B
TypeScript
import { ADCIDateAdapter, ADCILabels } from '../interface';
export declare class ADCCommonService {
private dateAdapter;
private labels;
constructor(dateAdapter: ADCIDateAdapter, labels: ADCILabels | undefined);
lengthOfDayWeeks: number;
getMonthName(name: string): string | undefined;
getDayIndex(index: number): number;
}