Base solution for your next web application
Open Closed

Breadcrumbs #80


User avatar
0
apexdodge created

Anyone have a best practice on dealing with breadcrumbs? I got the ABP NavigationProvider stuff all figured out and it's working great. But I'm still dissatisfied with how I'm dealing with breadcrumbs and was hoping for a better way. Open to suggestions, thanks.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    I'm managing it manually since it's arbitrary and not strongly related to menu structure always. You may use angular's ui-router (if you're using AngularJs) to get current state and it's parents to automatically create breadcrumbs. But I did not try before. Actually, I think this is a little out of scope of ABP.