Improvements on documentation (#340)

* Improvements on documentation and some refactor

* ts | js -> typescript (docs)
This commit is contained in:
Guillermo
2016-07-20 17:17:09 +02:00
committed by Ibrahim Hadeed
parent d4d30ab9c9
commit 7952f9ef60
65 changed files with 281 additions and 279 deletions
+3 -3
View File
@@ -33,9 +33,8 @@ export interface Device {
* Access information about the underlying device and platform.
*
* @usage
* ```js
* import {Device} from 'ionic-native';
*
* ```typescript
* import { Device } from 'ionic-native';
*
*
* console.log('Device UUID is: ' + Device.device.uuid);
@@ -55,4 +54,5 @@ export class Device {
*/
@CordovaProperty
static get device() { return window.device; }
}