Francesco Bigozzi
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. 
I'm sharing my workaround while waiting for a better solution.  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...