79699616

Date: 2025-07-12 22:05:33
Score: 0.5
Natty:
Report link

*** Update ***

Since Angular 18 and Material 3:

this.matDialog
  .open(YourDialogComponent, {
    minWidth: 0, maxWidth: '100%', width: '80vw', // Need to set the width this way
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gustavo López Frutos