1.

In Ionic, when will you use an AlertController?

Answer»

An alert is a dialog that provides crucial information to the user in order for them to make a decision or ALLOWS them to select a specific action or a set of actions. Before resuming contact with the application, the user can dismiss it manually. It's a floating modal that should be used for short responses like password verification and minor application notifications, AMONG other things.

In an Ionic application, the alert controller is in charge of creating an alert. It creates an alert USING the CREATE() method, which can be customised by giving the alert option to the create() method.



Discussion

No Comment Found