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

Update to angular 15 #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

benceHornyak
Copy link

With running the following commands:

  • npm run ng -- migrate
  • npm i
  • npx nx migrate --run-migrations

Also had to remove:

"@ngrx/schematics": "14.0.2",

It was blocking one of the upgrade command. The ngrx packages can be probably removed anyways. What do you think about removing them?

Happy to contribute 😊

Closes #126

@Leccho
Copy link

Leccho commented Dec 9, 2022

Can't approve this yet as it does not really support angular-material 15.

All legacy imports should be replaced. Legacy imports cannot work side by side with the new angular-material 15 as they use the same selectors.

@igormiku
Copy link

igormiku commented Feb 6, 2023

Seems migration to v15 material is not quick process.

I think you should approve this with Legacy implementation first. With respective release note, so many projects get unblocked, and then move to actual material v15 with another release, once you are ready.

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

Successfully merging this pull request may close these issues.

Angular 15/Material 15 support
3 participants