How to implement Angular material dialog .?
Angular Material dialog is a popover UI that slides into the screen over the page content and is often used for notifications, alerts, login/registration forms, composing messages, or presenting app configuration options for example. An angular material modal dialog can also use for Angular material alert, we don’t have a separate Material module for alert […]