mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +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:
committed by
Ibrahim Hadeed
parent
54460e2362
commit
2f706deb26
+2
-2
@@ -1,11 +1,11 @@
|
||||
import {Plugin} from './plugin';
|
||||
import { Plugin } from './plugin';
|
||||
/**
|
||||
* @name PluginName
|
||||
* @description
|
||||
*
|
||||
* @usage
|
||||
* ```
|
||||
* import {PluginName} from 'ionic-native';
|
||||
* import { PluginName } from 'ionic-native';
|
||||
*
|
||||
*
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user