A declarative and reactive breadcrumb approach for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb
npm install xng-breadcrumb> A lightweight, declarative and dynamic breadcrumbs solution for Angular 6 and beyond.


!bundle size

!npm downloads

Simplify Navigation: Breadcrumbs are vital in applications with deep navigation hierarchies, offering users an intuitive way to traverse back to higher levels effortlessly.
For a step by step guide on integrating xng-breadcrumb into your Angular application, visit the Documentation.
Explore our Demo App - showcasing the power of xng-breadcrumb in an Angular setup. Experience seamless breadcrumb navigation as you browse through various links!
- ✅ Zero configuration: Just add anywhere in the app.Breadcrumb labels are automatically generated by analyzing Angular Route configurations.
- ✅ Custom labels:Define custom labels for each route via Angular Route Configurations, enhancing breadcrumb clarity and relevance.
- ✅ Update labels dynamically: Change breadcrumb labels dynamically using BreadcrumbService.set(), utilizing either _route path_ or _route alias_.
- ✅ Skip breadcrumb: Conditionally exclude specific routes from breadcrumb display
- ✅ Disable breadcrumb: Can disable specific routes in breadcrumbs to prevent navigation to intermediate states .
- ✅ Customization: Customize breadcrumb template to display icons with label, apply text formatting using pipes, integrate i18n with ngx-translate, and more.
- ✅ Styling and Seperators: Easily customize breadcrumb separators and styles to match your application's design
- ✅ QueryParams and Fragment: Preserves QueryParams and Fragement while navigating via breadcrumbs
- ✅ SSR: Supports server side rendering with nguniversal
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
To add new contributor _username_, who made a contribution of type _contribution_:
pnpm all-contributors add Example: pnpm all-contributors add jfmengels code,doc