chore(): add platforms tag
This commit is contained in:
parent
5aa484c024
commit
689f0f159c
@ -21,7 +21,8 @@ import { Injectable } from '@angular/core';
|
|||||||
pluginName: '$PluginName',
|
pluginName: '$PluginName',
|
||||||
plugin: '',
|
plugin: '',
|
||||||
pluginRef: '',
|
pluginRef: '',
|
||||||
repo: ''
|
repo: '',
|
||||||
|
platforms: []
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class $PluginName {
|
export class $PluginName {
|
||||||
|
@ -40,7 +40,8 @@ import { Observable } from 'rxjs/Observable';
|
|||||||
plugin: '', // npm package name, example: cordova-plugin-camera
|
plugin: '', // npm package name, example: cordova-plugin-camera
|
||||||
pluginRef: '', // the variable reference to call the plugin, example: navigator.geolocation
|
pluginRef: '', // the variable reference to call the plugin, example: navigator.geolocation
|
||||||
repo: '', // the github repository URL for the plugin
|
repo: '', // the github repository URL for the plugin
|
||||||
install: '' // OPTIONAL install command, in case the plugin requires variables
|
platforms: [], // Array of platforms supported, example: ['Android', 'iOS']
|
||||||
|
install: '', // OPTIONAL install command, in case the plugin requires variables
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class $PluginName {
|
export class $PluginName {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user