UNPKG

ngx-material-drawer

Version:

[npm_img]: https://img.shields.io/npm/v/ngx-material-drawer.svg?colorB=0E7FBF [npm_url]: https://www.npmjs.com/package/ngx-material-drawer

38 lines (37 loc) 1.41 kB
import { ElementRef, AfterViewInit, OnInit } from '@angular/core'; import { NgxNavService } from '../utils/nav.service'; import { NgxMaterialDrawerEventEmitter } from '../utils/mat-event-emitter.service'; import { NgxUtilsService } from '../utils/utils.service'; export declare class NgxMaterialDrawerComponent implements AfterViewInit, OnInit { navService: NgxNavService; matEventEmitterService: NgxMaterialDrawerEventEmitter; ngxUtilsService: NgxUtilsService; appDrawer: ElementRef; navData: any; componentInstance: any; onMatDrawerInit: any; onMatDrawerAfterViewInit: any; onNavStateChange: any; onDataChange: any; onSideNavOpen: any; onSideNavClosed: any; onMinVarientChange: any; onSideNavItemClick: any; onSideNavItemExpanded: any; onSideNavItemCollapsed: any; onMenuItemClick: any; onSerachValueChange: any; onSerachFocusIn: any; onSerachFocusOut: any; onSerachInputOpen: any; onSerachInputClosed: any; onFabExpanded: any; onFabCollapsed: any; onMainFabButtonClick: any; onFabButtonClick: any; version: import("@angular/core").Version; constructor(navService: NgxNavService, matEventEmitterService: NgxMaterialDrawerEventEmitter, ngxUtilsService: NgxUtilsService); ngOnInit(): void; ngAfterViewInit(): void; private subscribeToEventEmitter; }