import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector } from '@angular/core'; import * as i0 from "@angular/core"; /** * * Displays Xmas Loading Spinner * @export * @class XmasLoadingService */ export declare class XmasLoadingService { private componentFactoryResolver; private appRef; private injector; protected componentRef: ComponentRef | null; constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector); protected appendComponentToBody(component: any): void; /** * * Toggles show/hide state of spinner */ toggle(): void; /** * * Shows spinner */ showLoading(): void; /** * * Hides spinner */ hideLoading(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }