UNPKG

angular-crumbs

Version:

A route-based Angular breadcrumb component and service. Allows breadcrumb descriptions to be set based on route data, or as the result of an API call.

8 lines (7 loc) 174 B
import { Route } from "@angular/router"; export declare class Breadcrumb { displayName: string; terminal: boolean; url: string; route: Route | null; }