79596745

Date: 2025-04-28 15:04:48
Score: 1
Natty:
Report link

I've had the same problem after updating to Angular Material 17.
Addionally the dialog window was placed at the bottom left of the screen.

The solution was to add the line @include mat.core(); inside the theme file after
@include mat.all-component-themes(...);

source: devgem.io: Navigating Angular Material 17 Update Issues: Ensuring Smooth Functionality for Selects, Dialogs, and More

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: JIT Solution