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

85 - moves angular dependencies to peerDependencies to fix build error #87

Open IckleChris opened 6 years ago

IckleChris commented 6 years ago

This fixes issue #85 by preventing @angular dependencies from being installed within the node_modules directory of this library, instead just depending on their presence as peer dependencies.