peterbsmyth / ngx-breadcrumbs

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

Angular 8 support #30

Closed pcnate closed 4 years ago

pcnate commented 4 years ago
PS C:\github\super_secret_app> ng update @angular/cli @angular/core
Your global Angular CLI version (8.1.2) is greater than your local
version (7.3.8). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
                  Package "ngx-breadcrumbs" has an incompatible peer dependency to "@angular/core" (requires ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0" (extended), would install "8.2.2").
                  Package "ngx-breadcrumbs" has an incompatible peer dependency to "@angular/router" (requires ">=4.0.0 <5.0.0" (extended), would install "8.2.2").
Incompatible peer dependencies found. See above.
Kappyh commented 4 years ago
PS C:\github\super_secret_app> ng update @angular/cli @angular/core
Your global Angular CLI version (8.1.2) is greater than your local
version (7.3.8). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
                  Package "ngx-breadcrumbs" has an incompatible peer dependency to "@angular/core" (requires ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0" (extended), would install "8.2.2").
                  Package "ngx-breadcrumbs" has an incompatible peer dependency to "@angular/router" (requires ">=4.0.0 <5.0.0" (extended), would install "8.2.2").
Incompatible peer dependencies found. See above.

THIS PROJECT IS NOT MAINTAINED ANYMORE @peterbsmith2 Probably doesn't accept more PR for this repository right?

pcnate commented 4 years ago

i switched to my own custom thing. just hadn't remove this from my list of dependencies.

udayvunnam commented 4 years ago

@pcnate @Kappyh If this project is not maintained, do have a look at https://github.com/udayvunnam/xng-breadcrumb if it solves your use cases