mat-dialog Questions
2
Solved
Since Angular Material 15, the content of the mat-dialog has some weird css:
.mat-mdc-dialog-container .mdc-dialog__content {
color: var(--mdc-dialog-supporting-text-color, black);
}
.mat-mdc-dia...
Impellent asked 19/4, 2023 at 15:22
3
Solved
Im using Angular 13 for my application. And I used angular-material Mat-Dialog box as a pop up modal. This is the HTML code of the submit and close buttons.
<mat-dialog-actions>
<button cl...
Overflight asked 11/5, 2022 at 18:15
2
Solved
I want to alert user if he is idle for 20 min. So, created a service.
It is working fine with desktop but in mobile phone its not showing up and sometimes if screen left in the background for cou...
Trela asked 15/5, 2020 at 11:34
3
Solved
I have a dialog component and app component where the material dialog is implemented.
Here is the code of app component
import { Component } from '@angular/core';
import {VERSION, MatDialog, MatD...
Homoeo asked 23/12, 2017 at 12:55
1
© 2022 - 2024 — McMap. All rights reserved.