79475056

Date: 2025-02-28 09:36:28
Score: 1
Natty:
Report link

In Angular Material 19 you can do it this way:

  1. remove original class="mat-elevation-z5" from your component
  2. style it with a box-shadow css variable, for example:

your-component {
    box-shadow: var(--mat-sys-level3);
}

More details in the official docs.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vonder