mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(package): bump dependencies and lint rules
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/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()
|
||||
|
||||
Reference in New Issue
Block a user