peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

Angular 5.x.x compatibility? #3

Open jmendiara opened 6 years ago

jmendiara commented 6 years ago

Is this module 5.x.x compliant? My package.json

{
    "@angular/router": "^5.1.0",
    "@angular/core": "^5.1.0",
}
$ npm --save install ngx-breadcrumbs

npm WARN ngx-breadcrumbs@0.0.3 requires a peer of @angular/core@>=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-breadcrumbs@0.0.3 requires a peer of @angular/router@>=4.0.0 <5.0.0 but none is installed. You must install peer dependencies yourself.
mechevarria commented 6 years ago

The plugin works fine with Angular 5.2.10, it just needs to be updated to remove the warning