UNPKG

@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

7 lines (6 loc) 270 B
import { ADCDateTimeTools } from "@asadi/angular-date-components/core"; import { ADCSchedulerEventTools } from "./scheduler-event.tools"; export declare class ADCSchedulerTools { readonly dateTime: ADCDateTimeTools; readonly scheduler: ADCSchedulerEventTools; }