docs(template): optimize template (#1628)

* Update wrap-min.tmpl

* Update wrap.tmpl
This commit is contained in:
Daniel Sogl 2017-06-01 03:01:37 +02:00 committed by Ibby Hadeed
parent 28bb6dc1a8
commit ee59b55c29
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { Injectable } from '@angular/core';
* @description * @description
* *
* @usage * @usage
* ``` * ```typescript
* import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}';
* *
* *

View File

@ -20,7 +20,7 @@ import { Observable } from 'rxjs/Observable';
* This plugin does something * This plugin does something
* *
* @usage * @usage
* ``` * ```typescript
* import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}';
* *
* *