You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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
The text was updated successfully, but these errors were encountered: