grc4kd / my-resume

Griffin Crane's Professional Resume
MIT License
0 stars 0 forks source link

Update themes to Angular Material #10

Open grc4kd opened 1 week ago

grc4kd commented 1 week ago

Research Angular Material. Currently there are mixins supporting Material 2 on the page that should be upgraded to Material 3. This is a low priority item, but care should be taken to use the appropriate documentation for Material 2 until then.

grc4kd commented 1 week ago

https://material.angular.io/guide/material-2-theming#how-to-migrate-an-app-from-material-2-to-material-3

"Angular Material does not offer an automated migration from M2 to M3 because the design of your app is subjective."

"The simplest way to accomplish this is by checking the theme version and emitting different styles for M2 vs M3."

grc4kd commented 5 days ago

Angular Material 3 should be part of the upgrade to Angular 19 along with adapting the custom themes from the previous iteration forward. The existing theme looks like it is somewhat compatible already.