@fullcalendar/angular
Version:
The official Angular component for FullCalendar
11 lines (10 loc) • 514 B
TypeScript
import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OffscreenFragmentComponent implements AfterViewInit, OnDestroy {
private element;
constructor(element: ElementRef);
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<OffscreenFragmentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OffscreenFragmentComponent, "offscreen-fragment", never, {}, {}, never, ["*"]>;
}