A lightweight, declarative and dynamic breadcrumbs solution for Angular 6 and beyond. https://www.npmjs.com/package/xng-breadcrumb
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
<xng-breadcrumb></xng-breadcrumb>
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):
Uday Vunnam 💻 📖 🚧 |
anthonythiry 💻 |
dedrazer 💻 |
Danny Feliz 📖 |
Kapsky 💻 |
Andrei Cojea 📖 |
Jonathan 💻 |
Pavan Kumar Jadda 💻 |
Leon Fretter 💻 |
Lukáš Matta 📖 |
Glenn Latomme 💻 |
Ovidiu Haureș 💻 |
Kristof Gilis 💻 |
|
Add your contributions |
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 <username> <contribution>
Example: pnpm all-contributors add jfmengels code,doc