Open beeman opened 3 years ago
The web application has a dialog service
The web application does not have a dialog service
The service should be created in a library web/ui/dialog and expose a UiDialogService that has at least a openComponent(), openForm(), confirm() and alert() method.
web/ui/dialog
UiDialogService
openComponent()
openForm()
confirm()
alert()
Expected Behavior
The web application has a dialog service
Current Behavior
The web application does not have a dialog service
Possible Solution
The service should be created in a library
web/ui/dialog
and expose aUiDialogService
that has at least aopenComponent()
,openForm()
,confirm()
andalert()
method.