UNPKG

ngx-material-drawer

Version:

A dynamic, configurable Angular Material drawer with dashboard capabilities

19 lines (18 loc) 687 B
import { BehaviorSubject } from "rxjs"; import { NgxMaterialDrawerEventEmitter } from "./mat-event-emitter.service"; import * as i0 from "@angular/core"; export declare class NgxNavService { matEventEmitterService: NgxMaterialDrawerEventEmitter; appDrawer: any; isMiniVarient: any; isOpened: boolean; currentUrl: BehaviorSubject<string>; isDrawerOpened: boolean; constructor(matEventEmitterService: NgxMaterialDrawerEventEmitter); closeNav(): void; openNav(): void; toggleNav(): void; getData(b: any): object; static ɵfac: i0.ɵɵFactoryDeclaration<NgxNavService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxNavService>; }