79466269

Date: 2025-02-25 10:58:55
Score: 0.5
Natty:
Report link

From @angular/material v19 mat-form-field styling is present in Angular Material Docs.

Add the following SCSS in src/styles.scss:

@use "@angular/material" as mat;

:root {
  @include mat.form-field-overrides(
    (
      filled-container-color: transparent,
    )
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abdul Samad