Skip to content

robertobdev/ionic-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-utils

A ionic provider to easier your life, wrap Ionic components to write less code.

Ionic Components

  • AlertController

  • LoadingController

install

npm i ionic-utils --save

Module

import { UtilsProvider } from 'ionic-utils';
@NgModule({
  providers: [
    UtilsProvider,
  ],
})

Methods

  • makeAlert(title, message)

  • makeLoading(message)

makeAlert(title, message)

Returns a alert to information something to the users

Parameters

  • title: The title for the alert.

  • message: The message for the alert.

makeLoading(message)

Display a loading indicator to show the users something are loading

Parameters

  • message: The message for the loading indicator.

About

A ionic provider to easier your life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published