UNPKG

@blackbaud/skyux-lib-stache

Version:

This library was generated with [Nx](https://nx.dev).

14 lines (13 loc) 707 B
import { OnInit } from '@angular/core'; import { StacheNav } from '../nav/nav'; import { StacheNavLink } from '../nav/nav-link'; import { StacheRouteService } from '../router/route.service'; import * as i0 from "@angular/core"; export declare class StacheBreadcrumbsComponent implements StacheNav, OnInit { #private; routes: StacheNavLink[] | undefined; constructor(routeSvc: StacheRouteService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StacheBreadcrumbsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StacheBreadcrumbsComponent, "stache-breadcrumbs", never, { "routes": { "alias": "routes"; "required": false; }; }, {}, never, never, false, never>; }