awesome-cordova-plugins/scripts/docs/templates
2017-05-05 13:31:16 +02:00
..
common.template.html Add link to "Add this plugin to your app's module" and make Installation into ordered list 2017-05-05 13:31:16 +02:00
native_menu.template.html chore(docs): moving docs from /docs/v2/native to /docs/native 2017-03-29 11:19:31 -05:00
readme.template.md chore(docs): moving docs from /docs/v2/native to /docs/native 2017-03-29 11:19:31 -05:00

Improve this doc

<$ doc.name $>

<@- if doc.beta == true @>

This plugin is still in beta stage and may not work as expected. Please submit any issues to the plugin repo.

<@ endif -@>

<@ for prop in doc.decorators[0].argumentInfo @>

$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>

[Usage Documentation](https://ionicframework.com/docs/native/<$ doc.fileInfo.relativePath|replace('/home/ubuntu/ionic-native/', '')|replace('//','/')|replace('index.ts','')|replace('src/@ionic-native/plugins/','') $>)

Plugin Repo: [<$ prop.repo >](< prop.repo $>)

<$ doc.description $>

<@- if prop.platforms @>

Supported platforms

<@ for platform in prop.platforms -@>

  • <$ platform $> <@ endfor @>

<@ endif -@>

<@ endfor @>