mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-06 23:20:33 +08:00
style(): fix Angular style TEMPLATE (#517)
* style(TEMPLATE): fix angular style * docs(TEMPLATE): fix angular style docs template
This commit is contained in:
parent
54460e2362
commit
2f706deb26
6
TEMPLATE
6
TEMPLATE
@ -10,8 +10,8 @@
|
|||||||
* - Remove this note
|
* - Remove this note
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import {Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty} from './plugin';
|
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty } from './plugin';
|
||||||
import {Observable} from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name PluginName
|
* @name PluginName
|
||||||
@ -20,7 +20,7 @@ import {Observable} from 'rxjs/Observable';
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import {PluginName} from 'ionic-native';
|
* import { PluginName } from 'ionic-native';
|
||||||
*
|
*
|
||||||
* PluginName.functionName('Hello', 123)
|
* PluginName.functionName('Hello', 123)
|
||||||
* .then((something: any) => doSomething(something))
|
* .then((something: any) => doSomething(something))
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
import {Plugin} from './plugin';
|
import { Plugin } from './plugin';
|
||||||
/**
|
/**
|
||||||
* @name PluginName
|
* @name PluginName
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import {PluginName} from 'ionic-native';
|
* import { PluginName } from 'ionic-native';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user