gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

Make bootstrap optional on a package level #79

Open eitland opened 7 years ago

eitland commented 7 years ago

According to the readme "Optionally uses bootstrap.css (v 3.x.x) for styling of some elements (although the component is fully functional without it and there is a flag to turn off the dependency)."

I was however not able to find that flag.

With my changes it should install without even pulling in the bootstrap package, just by specifying --no-optional on npm install.