systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
13 lines (12 loc) • 648 B
TypeScript
import { EventEmitter } from '@angular/core';
import { I18nService } from 'systelab-translate';
import * as i0 from "@angular/core";
export declare class CalendarFooterComponent {
private i18nService;
currentDate: Date;
onClearDate: EventEmitter<void>;
constructor(i18nService: I18nService);
clearDate(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooterComponent, "systelab-calendar-footer", never, { "currentDate": { "alias": "currentDate"; "required": false; }; }, { "onClearDate": "onClearDate"; }, never, never, false, never>;
}