Revert "chore(package): bump dependencies and lint rules"

This reverts commit 21ad4734fa.
This commit is contained in:
Daniel
2018-03-16 22:04:01 +01:00
parent 21ad4734fa
commit 6c938bfdb7
178 changed files with 4221 additions and 10592 deletions
@@ -50,6 +50,7 @@ export interface SpinnerDialogIOSOptions {
})
@Injectable()
export class SpinnerDialog extends IonicNativePlugin {
/**
* Shows the spinner dialog
* @param title {string} Spinner title (shows on Android only)
@@ -60,12 +61,7 @@ export class SpinnerDialog extends IonicNativePlugin {
@Cordova({
sync: true
})
show(
title?: string,
message?: string,
cancelCallback?: any,
iOSOptions?: SpinnerDialogIOSOptions
): void {}
show(title?: string, message?: string, cancelCallback?: any, iOSOptions?: SpinnerDialogIOSOptions): void { }
/**
* Hides the spinner dialog if visible
@@ -73,5 +69,6 @@ export class SpinnerDialog extends IonicNativePlugin {
@Cordova({
sync: true
})
hide(): void {}
hide(): void { }
}