Options
All
  • Public
  • Public/Protected
  • All
Menu

A ng service used for displaying application modal dialog on the screen. This service class only delegates method calls to ParrotsApp component allowing you to control the dialog anywhere entire the application. For example, from the component loaded by router where the ParrotsApp component instance could not be referred directly, this service will be helpful in allowing you to control the dialog via this service.

author

shiorin, tee4cute

see

[[ParrotsLoader]]

see

ParrotsApp

Hierarchy

  • ParrotsLoaderService

Index

Properties

Methods

Properties

Private parrotsApp

parrotsApp: ParrotsApp

Methods

hideLoader

  • hideLoader(): void
  • Hide the showing application dialog. This method only delegates method call to [[PhloxDialog.hideDialog]].

    see

    [[ParrotsLoader.hideLoader]]

    Returns void

init

  • 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.

    see

    ParrotsApp

    Parameters

    Returns void

showLoader

  • showLoader(): Promise<any>
  • Show the confirmation dialog. This method only delegates method call to [[PhloxDialog.showConfirmDialog]].

    see

    [[ParrotsLoader.showLoader]]

    Returns Promise<any>

Generated using TypeDoc