@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
11 lines (10 loc) • 373 B
TypeScript
import * as i0 from "@angular/core";
export declare class MenuComponent {
activeIndex: number;
menuItems: {
icon: string;
}[];
setActiveMenu(index: number): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, {}, {}, never, never, false, never>;
}