UNPKG

bea-shell

Version:

An angular component for a configurable application shell, consisting of a topbar and sidebar

15 lines (14 loc) 487 B
import { OnInit } from '@angular/core'; import { BeaShellService } from '@bea-shell/bea-shell.service'; import { BeaShellOptions } from '@bea-shell/common/objects'; export declare class BeaShellComponent implements OnInit { private _beaShell; private _options; withTopbar: boolean; withSidebar: boolean; beaShell: BeaShellService; options: BeaShellOptions; constructor(_beaShell: BeaShellService); ngOnInit(): void; ngDoCheck(): void; }