0.0.1 • Published 2 years ago

pfg-breadcrumb v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Breadcrumb

This library was generated with Angular CLI version 13.1.0.

Install

npm install pfg-breadcrumb

Usage

<pfg-breadcrumb [segments]="ROUTESEGMENTS" [leafText]="LEAFTEXT"></pfg-breadcrumb>

Route segment interface definition

interface IRouteSegment {
  name: string;
  route?: string;
  queryParams?: any;
  isNavigationLink?: boolean;
  iconClass?: string;
}