@abp/ng.theme.basic
Version:
<h1> @abp/ng.theme.basic </h1>
11 lines (10 loc) • 512 B
TypeScript
import { NavItem, NavItemsService } from '@abp/ng.theme.shared';
import { TrackByFunction } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NavItemsComponent {
readonly navItems: NavItemsService;
trackByFn: TrackByFunction<NavItem>;
constructor(navItems: NavItemsService);
static ɵfac: i0.ɵɵFactoryDeclaration<NavItemsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NavItemsComponent, "abp-nav-items", never, {}, {}, never, never>;
}