@dotglitch/ngx-common
Version:
Angular components and utilities that are commonly used.
17 lines (16 loc) • 774 B
TypeScript
import { CommandPaletteComponent } from '../command-palette.component';
import { CommandAction } from '../command-palette.service';
import * as i0 from "@angular/core";
export declare class BreadcrumbComponent {
private commandPalette;
breadcrumbs: {
action: CommandAction;
commands: CommandAction[];
destroying: boolean;
selectedIndex: number;
}[];
constructor(commandPalette: CommandPaletteComponent);
selectBreadcrumb(crumb: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ngx-commandpalette-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, true, never>;
}