docs(plugins): add import statements for usage clarity

This commit is contained in:
Ibrahim Hadeed
2016-03-24 13:00:18 -04:00
parent 18e04d6016
commit 3b7573be7f
32 changed files with 142 additions and 2 deletions
+8
View File
@@ -68,6 +68,14 @@ import {Plugin, Cordova} from './plugin';
*
* For tracking events, see `logEvent` and `logPurchase`.
*
* @usage
* ```js
* import {Facebook} from 'ionic-native';
*
*
*
* ```
*
*/
@Plugin({
plugin: 'cordova-plugin-facebook4',