UNPKG

year-scheduler

Version:
16 lines (15 loc) 856 B
import { OnInit, Injector } from '@angular/core'; import { AxiomSchedulerYearViewMonthObject } from '../model/axiom-scheduler-year-view-month-object.model'; import { AxiomSchedulerComponentCommon } from '../axiom-scheduler/axiom-scheduler-component-common.component'; import * as i0 from "@angular/core"; export declare class AxiomSchedulerYearViewComponent extends AxiomSchedulerComponentCommon implements OnInit { months: AxiomSchedulerYearViewMonthObject[]; sidebar: boolean; weekDays: string[]; constructor(injector: Injector); ngOnInit(): void; refreshView(): void; private setMonths; static ɵfac: i0.ɵɵFactoryDeclaration<AxiomSchedulerYearViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AxiomSchedulerYearViewComponent, "[ax-scheduler-year-view]", never, {}, {}, never, never, false, never>; }