Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng dynamic breadcrumb is not compatible with angular 15 #48

Open
FaizanBarmare opened this issue Mar 24, 2023 · 4 comments
Open

ng dynamic breadcrumb is not compatible with angular 15 #48

FaizanBarmare opened this issue Mar 24, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@FaizanBarmare
Copy link

Angular 15 has been rollout in November 2022 but still there are no version upgrade for angular 15. We are getting an issues of peer dependencies with @angular/common 15 version.

Will you be providing any latest updates or not for angular 15? If yes then expected time would be?

@bjorn-einar-bjartnes-4ss
Copy link
Contributor

I added a PR now to upgrade to angular 16.
A similar PR can be made with angular 15, I reserved the version number 9 for it #49

@rajaramtt rajaramtt added the enhancement New feature or request label Aug 1, 2023
@craigneasbey
Copy link

craigneasbey commented Aug 21, 2023

Hi @bjorn-einar-bjartnes-4ss , please correct my understanding, looking at https://github.com/rajaramtt/ng7-dynamic-breadcrumb/pull/51/files, "^16.1.8" does not include Angular 15. Our requirement is for Angular 15.

Just re-reading this, you are saying that a separate 15 PR would be required.

ng update @angular/animations@15 @angular/cdk@15 @angular/common@15 @angular/compiler@15 @angular/core@15 @angular/forms@15 @angular/material@15 @angular/platform-browser@15 @angular/platform-browser-dynamic@15 @angular/router@15 @angular/compiler-cli@15 @angular/language-service@15 @angular-devkit/build-angular@15 @angular/cli@15

Thanks

@bjorn-einar-bjartnes-4ss
Copy link
Contributor

Yes, that is why I skipped the version number 9, to allow for an Angular 15 version.

@craigneasbey
Copy link

I added #52 . Seem to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants