Francesco Bigozzi

Results 3 comments of Francesco Bigozzi

Hi everyone, I would like to point out that even the most recent Material Design specifications (v3) include the close button and the action button in the title bar. ![Image](https://github.com/user-attachments/assets/3c2d0685-bd38-4f11-a86e-76d7188e06c8)

I'm sharing my workaround while waiting for a better solution. ![Image](https://github.com/user-attachments/assets/e6ec8864-7c04-41f9-a726-258e9ec7fd22) app.component.html ``` Open dialog ``` app.component.ts ``` @Component({ selector: 'app-root', imports: [MatButtonModule], templateUrl: './app.component.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class...

As the comment above suggests, it's currently quite verbose to implement full-screen mode. I think it would be useful to have a new property that acts as a shortcut. For...