Files
awesome-cordova-plugins/scripts/templates/wrap-min.tmpl
T
2017-03-16 22:05:09 -04:00

25 lines
340 B
Cheetah

import { Plugin } from '@ionic-native/core';
import { Injectable } from '@angular/core';
/**
* @name Plugin Name
* @description
*
* @usage
* ```
* import { PluginName } from 'ionic-native';
*
*
* ```
*/
@Plugin({
pluginName: 'PluginName',
plugin: '',
pluginRef: '',
repo: ''
})
@Injectable()
export class PluginName {
}