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

15 lines (14 loc) 595 B
import { OnInit } from '@angular/core'; import { NgxNavService } from '../utils/nav.service'; import { NgxMaterialDrawerEventEmitter } from '../utils/mat-event-emitter.service'; export declare class NgxNavListItemMiniComponent implements OnInit { navService: NgxNavService; matEventEmitterService: NgxMaterialDrawerEventEmitter; expanded: boolean; ariaExpanded: boolean; item: any; depth: number; constructor(navService: NgxNavService, matEventEmitterService: NgxMaterialDrawerEventEmitter); ngOnInit(): void; onItemSelected(item: any): void; }