@cradokski/fullscreen
Version:
An Angular service and **directives** that provide **fullscreen control**, **reactive state**, and **template-friendly utilities**.
16 lines (15 loc) • 632 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import { FullScreenService } from '../fullscreen.service';
import * as i0 from "@angular/core";
export declare class IfFullscreenDirective {
private tpl;
private vcr;
private fs;
private sub;
private isShown;
constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, fs: FullScreenService);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<IfFullscreenDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IfFullscreenDirective, "[ifFullscreen]", never, {}, {}, never, never, true, never>;
}