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

Angular material mdc migration #2934

Closed
16 of 22 tasks
bastianjoel opened this issue Oct 20, 2023 · 1 comment · Fixed by #3706
Closed
16 of 22 tasks

Angular material mdc migration #2934

bastianjoel opened this issue Oct 20, 2023 · 1 comment · Fixed by #3706
Milestone

Comments

@bastianjoel
Copy link
Member

bastianjoel commented Oct 20, 2023

With angular 15 there was an update for the angular material components.

Currently we are using MatLegacy... modules which should be replaced in the near future with the new MDC components.

There is a migration tool which automatically replaces the used modules and updates some other things. However this needs testing and manual intervention in at least most cases. For that the migration tool has a feature to do this migration only for specific modules (which has the drawback that the main styles.scss will not be modified).

A migration guide can be found here: https://material.angular.io/guide/mdc-migration

Components to migrate

@bastianjoel
Copy link
Member Author

When working on this: Do not try to stick to the old appearance too much and just adapt the changes from the library. This will make our life easier especially with the upcoming material design 3 update.

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

Successfully merging a pull request may close this issue.

2 participants