ngx-foldable
Version:
Angular library to help you build dual-screen experiences for foldable or dual-screen devices
19 lines (18 loc) • 811 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./if-span.directive";
import * as i2 from "./window.directive";
import * as i3 from "./split-layout.directive";
/**
* This module contains utilities to help you build your app layout for multi
* screen devices.
*
* See {@link SplitLayoutDirective},
* {@link WindowDirective},
* {@link IfSpanDirective},
* {@link ScreenContext}
*/
export declare class FoldableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FoldableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FoldableModule, [typeof i1.IfSpanDirective, typeof i2.WindowDirective, typeof i3.SplitLayoutDirective], never, [typeof i1.IfSpanDirective, typeof i2.WindowDirective, typeof i3.SplitLayoutDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FoldableModule>;
}