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