Last change
on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[59329aa] | 1 | import { ElementRef, OnDestroy, OnInit, AfterViewChecked } from '@angular/core';
|
---|
| 2 | import * as i0 from "@angular/core";
|
---|
| 3 | import * as i1 from "@angular/common";
|
---|
| 4 | export declare class FullCalendar implements OnDestroy, OnInit, AfterViewChecked {
|
---|
| 5 | el: ElementRef;
|
---|
| 6 | style: any;
|
---|
| 7 | styleClass: string;
|
---|
| 8 | initialized: boolean;
|
---|
| 9 | calendar: any;
|
---|
| 10 | config: any;
|
---|
| 11 | _options: any;
|
---|
| 12 | _events: any[];
|
---|
| 13 | constructor(el: ElementRef);
|
---|
| 14 | ngOnInit(): void;
|
---|
| 15 | ngAfterViewChecked(): void;
|
---|
| 16 | get events(): any;
|
---|
| 17 | set events(value: any);
|
---|
| 18 | get options(): any;
|
---|
| 19 | set options(value: any);
|
---|
| 20 | initialize(): void;
|
---|
| 21 | getCalendar(): any;
|
---|
| 22 | ngOnDestroy(): void;
|
---|
| 23 | static ɵfac: i0.ɵɵFactoryDeclaration<FullCalendar, never>;
|
---|
| 24 | static ɵcmp: i0.ɵɵComponentDeclaration<FullCalendar, "p-fullCalendar", never, { "style": "style"; "styleClass": "styleClass"; "events": "events"; "options": "options"; }, {}, never, never>;
|
---|
| 25 | }
|
---|
| 26 | export declare class FullCalendarModule {
|
---|
| 27 | static ɵfac: i0.ɵɵFactoryDeclaration<FullCalendarModule, never>;
|
---|
| 28 | static ɵmod: i0.ɵɵNgModuleDeclaration<FullCalendarModule, [typeof FullCalendar], [typeof i1.CommonModule], [typeof FullCalendar]>;
|
---|
| 29 | static ɵinj: i0.ɵɵInjectorDeclaration<FullCalendarModule>;
|
---|
| 30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.