ngx-material-drawer
Version:
A dynamic, configurable Angular Material drawer with dashboard capabilities
18 lines (17 loc) • 945 B
TypeScript
import { OnInit } from "@angular/core";
import { NgxNavService } from "../utils/nav.service";
import { NgxMaterialDrawerEventEmitter } from "../utils/mat-event-emitter.service";
import * as i0 from "@angular/core";
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;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxNavListItemMiniComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxNavListItemMiniComponent, "lib-nav-list-item-mini", never, { "item": { "alias": "item"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; }, {}, never, never, false, never>;
}