mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(): add missing docs
This commit is contained in:
parent
39385135de
commit
2160a2d9e8
@ -8,6 +8,13 @@ declare var window;
|
||||
* @description
|
||||
* @usage
|
||||
* For usage information please refer to the plugin's Github repo.
|
||||
*
|
||||
* ```typescript
|
||||
* import {WebIntent} from 'ionic-native';
|
||||
*
|
||||
* WebIntent.startActivity(options).then(onSuccess, onError);
|
||||
*
|
||||
* ```
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'https://github.com/Initsogar/cordova-webintent.git',
|
||||
|
Loading…
Reference in New Issue
Block a user