libs/upp-base/src/modules/alert.ts
A service for creating and managing alert modals within the application.
The alertService provides a simplified interface for creating AlertModalController instances,
which are used to present and control alert modals. This service encapsulates the modal controller
and provides an easy way to configure and present alert modals with custom options, such as enabling
or disabling backdrop dismissal and specifying input elements within the modal.
Methods |
constructor(modalCtrl: ModalController)
|
||||||||
|
Initializes a new instance of the
Parameters :
|
| alert | ||||||||
alert(options: AlertOptions)
|
||||||||
|
Creates a new alert modal controller with the specified options.
Parameters :
Returns :
AlertModalController
An instance of |