docs(pin-dialog): add plugin description (#2545)

This commit is contained in:
Cristian Rivas Gómez 2018-06-10 10:54:00 +02:00 committed by Daniel Sogl
parent df254de88b
commit d988e12353

View File

@ -5,6 +5,9 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
/**
* @name Pin Dialog
* @description
* PhoneGap numeric password dialog plugin for Android and iOS.
*
* Requires Cordova plugin: `cordova-plugin-pin-dialog`. For more info, please see the [Pin Dialog plugin docs](https://github.com/Paldom/PinDialog).
*
* @usage
* ```typescript