1.0.7 • Published 3 years ago

ngx-dynamic-breadcrumbs v1.0.7

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

ngx-dynamic-breadcrumbs

Angular lightweight breadcrumbs

img.png

Install

Run npm i ngx-dynamic-breadcrumbs to install.

Usage

1) Import BreadcrumbsModule into your root module.

img_1.png

2) Create a resolver, inject BreadcrumbsService. If you need some data from back-end, fetch it, and using rxjs tap operator, set breadcrumbs array. If you want to hide breadcrumbs for specific routes, use clear() method of BreadcrumbsService.

img_3.png

3) Add the resolver to route

img_2.png

Customization

It is possible to customize a divider: img_4.png

License

MIT

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago