Modal controllers programmatically control the modal component. Modals can be created and dismissed from the modal controller. View the Modal documentation for a full list of options to pass upon creation.
[DEPRECATED] Use the
modalControllerexported from core.
Create a modal overlay with modal options.
Type: Promise<HTMLIonModalElement>
Dismiss the open modal overlay.
Type: Promise<boolean>
Get the most recently opened modal overlay.
Type: Promise<HTMLIonModalElement | undefined>
Built with StencilJS