Hide the showing application dialog. This method only delegates method call to [[PhloxDialog.hideDialog]].
Initialize this service and bind it with the given ParrotsApp instance. All method calls of this
service will be delegate to the given application instance. Please note that this method is intended to be used internally by
PhloxUI framework. So, you should NOT use this method in normal situations.
Show the confirmation dialog. This method only delegates method call to [[PhloxDialog.showConfirmDialog]].
Generated using TypeDoc
A
ngservice used for displayingapplicationmodal dialog on the screen. This service class only delegates method calls to ParrotsApp component allowing you to control the dialog anywhere entire theapplication. For example, from the component loaded byrouterwhere the ParrotsApp component instance could not be referred directly,thisservice will be helpful in allowing you to control the dialog viathisservice.shiorin, tee4cute
[[ParrotsLoader]]
ParrotsApp