Having some challenges with the migration from Angular 14 to Angular 15 when it comes to overriding material UI elements and themes. Looking for blog posts or documentation that can provide guidance on how to smoothly transition.
Specifically, experiencing issues with styles being overridden in material components such as input fields, select dropdowns, autocompletes, and text fonts.
Despite following the official Angular migration guide and running the
ng generate @angular/material:mdc-migration
, I found that the material components were migrated successfully but ended up having the default styles override my existing manual styles after the migration process.