@cradokski/fullscreen
Version:
An Angular service and **directives** that provide **fullscreen control**, **reactive state**, and **template-friendly utilities**.
13 lines (12 loc) • 951 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./directives/fs-toggle.directive";
import * as i3 from "./directives/fs-exit.directive";
import * as i4 from "./directives/fs-doubletap.directive";
import * as i5 from "./directives/if-fullscreen.directive";
import * as i6 from "./directives/fs-activeclass.directive";
export declare class FullscreenModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FullscreenModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FullscreenModule, never, [typeof i1.CommonModule, typeof i2.FsToggleDirective, typeof i3.FsExitDirective, typeof i4.FsDoubleTapDirective, typeof i5.IfFullscreenDirective, typeof i6.FsActiveClassDirective], [typeof i2.FsToggleDirective, typeof i3.FsExitDirective, typeof i4.FsDoubleTapDirective, typeof i5.IfFullscreenDirective, typeof i6.FsActiveClassDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FullscreenModule>;
}