UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

17 lines (16 loc) 782 B
import { OnDestroy, OnInit } from '@angular/core'; import { BreakpointObserver } from '@angular/cdk/layout'; import { ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DefaultLayoutComponent implements OnInit, OnDestroy { private readonly observer; private readonly changeDetectorRef; private subscription?; sidebarOpened: boolean; showTableOfContents: boolean; constructor(observer: BreakpointObserver, changeDetectorRef: ChangeDetectorRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DefaultLayoutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DefaultLayoutComponent, "nge-doc-default-layout", never, {}, {}, never, never, false, never>; }