Uday Vunnam

Results 40 comments of Uday Vunnam

https://devarchy.com/angular is not accessible

@gamoreli @plfriedman @tjadli @BearandYoon If this project is not maintained, do have a look at https://github.com/udayvunnam/xng-breadcrumb if it solves your use cases.

I will try to get this fixed and merged over the weekend

@hugo-azevedo currently I am occupied with my work, I can work on this in the next two weeks. PR is always welcome if you wish to contribute.

^^ @hugo-azevedo please check https://github.com/udayvunnam/xng-breadcrumb/discussions/111#discussioncomment-2445006

Hey @TomislavMedved, this is a nice feature to have to improve the UX of the app. This is achievable. I will work on the API to achieve such behaviour. what...

@TomislavMedved you can do this with existing breadcrumb APIs ```javascript // skip item details breadcrumb in routing module declaration { path: 'itemDetailsPath', component: ItemDetailsComponent, data: { breadcrumb: { skip: true,...