Merge in v5 code

This commit is contained in:
Ibby Hadeed
2017-12-28 07:28:44 -05:00
parent d43fe72f7b
commit 0f9c21ab42
255 changed files with 11473 additions and 6501 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Injectable } from '@angular/core';
/**
* @name Pin Check
* @name Pin Check
* @description
* This plugin is for use with Apache Cordova and allows your application to check whether pin/keyguard or passcode is setup on iOS and Android phones.
*
@@ -34,7 +34,7 @@ import { Injectable } from '@angular/core';
@Injectable()
export class PinCheck extends IonicNativePlugin {
/**
* check whether pin/keyguard or passcode is setup
* check whether pin/keyguard or passcode is setup
* @returns {Promise<boolean>}
*/
@Cordova()