Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDialogService

Index

Methods

confirm

  • Opens a new confirm modal instance.

    Parameters

    Returns IModalServiceInstance

create

  • Opens a new custom modal instance.

    Parameters

    Returns IModalServiceInstance

error

  • Opens a new error modal instance.

    Parameters

    Returns IModalServiceInstance

notify

  • Opens a new notify modal instance.

    Parameters

    Returns IModalServiceInstance

wait

  • Opens a new wait modal instance.

    Parameters

    • header: string
    • msg: string
    • progress: number
    • Optional opts: IDialogOptions

    Returns IModalServiceInstance

Generated using TypeDoc