A ionic provider to easier your life, wrap Ionic components to write less code.
-
AlertController
-
LoadingController
npm i ionic-utils --save
import { UtilsProvider } from 'ionic-utils';
@NgModule({
providers: [
UtilsProvider,
],
})
-
makeAlert(title, message)
-
makeLoading(message)
Returns a alert to information something to the users
-
title: The title for the alert.
-
message: The message for the alert.
Display a loading indicator to show the users something are loading
- message: The message for the loading indicator.