UNPKG

xng-breadcrumb

Version:

A declarative and reactive breadcrumb approach for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb

5 lines (4 loc) 197 B
import { PipeTransform } from '@angular/core'; export declare class AutoLabelPipe implements PipeTransform { transform(breadcrumbList: any, shouldautoGenerate: boolean, ...args: any[]): any; }