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

Support TypeScript's strict option #91

Open pascallaprade opened 6 years ago

pascallaprade commented 6 years ago

As a library, this project should support the strictest compilation rules available, as it increases its compatibility with users projects.

Side effects of stricter rules also include better typing and potentially fewer bugs, which are also both wins for users.