Only inject service.
Service to open Material Design modal dialogs.
Open the alert modal dialog and show his content. Alert dialog should be used to show the user a crucial message.
Dialog title.
Informs user about message.
Extra configuration options.
Reference to the newly-opened alert dialog. When dialog closes an empty object is returned.
Open question model dialog with positive and negative answer button.
Dialog title.
Question forming the idea of the whole dialogue with the user.
Negative answer label
Positive answer label
Extra configuration options.
Reference to the newly-opened question dialog. When dialog is closed made choice is returned.
Open question model dialog with answer from user as message response.
Dialog title.
Question forming the idea of the whole dialogue with the user.
Label for answer input box.
Extra configuration options.
Reference to the newly-opened question with answer dialog.
Generated using TypeDoc
Service to open own modal interacting dialog components based on Material Design via [MatDialog]{@link MatDialog} service.