Trying out the angular-breadcrumb plugin has proven to be a bit challenging for me. When I attempt to add the dependency using 'ncy-angular-breadcrumb'
, it results in an error.
The module
'ncy-angular-breadcrumb'
is not found! Seems like there might be a spelling mistake or it hasn't been loaded correctly
If I try using ng-breadcrumbs
to add the dependency, I don't see any output when utilizing <div ncy-breadcrumb>
. It appears that this particular plugin may not be the right fit for my requirements, as all I need is a simple breadcrumb navigation feature.