Home - boris-jenicek/ngx-awesome-popup GitHub Wiki
API Documentation - Awesome Popup
Table of contents
Observable response after closing popup References
Enumerations
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum
Popup open Classes
Imports for angular app.module Classes
Other Classes
child dynamic component data & event controller Classes
Interfaces
- IButton
- IColorTypes
- IConfirmBoxCoreConfig
- IConfirmBoxPublicResponse
- IConfirmBoxUserConfig
- IDialogCoreConfig
- IDialogPublicResponse
- IDialogUserConfig
- IDialogeventsController
- IDispatch
- IGlobalToastSettings
- IGlobalUserConfig
- IToastCoreConfig
- IToastNotificationPublicResponse
- IToastNotificationUserConfig
Observable response after closing popup References
IConfirmBoxResponse
Renames and exports: IConfirmBoxPublicResponse
IDialogResponse
Renames and exports: IDialogPublicResponse
IToastNotificationResponse
Renames and exports: IToastNotificationPublicResponse
Type aliases
VerticalPosition
Ƭ VerticalPosition: "left" | "center" | "right"