chore(): set code type to typescript

This commit is contained in:
Ibby 2017-03-20 16:46:29 -04:00
parent 5da4732787
commit 648fc7e062

View File

@ -16,7 +16,7 @@ For the full Ionic Native documentation, please visit [http://ionicframework.com
Ionic Native wraps plugin callbacks in a Promise or [Observable](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754), providing a common interface for all plugins and ensuring that native events trigger change detection in Angular 2. Ionic Native wraps plugin callbacks in a Promise or [Observable](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754), providing a common interface for all plugins and ensuring that native events trigger change detection in Angular 2.
``` ```typescript
import { Geolocation } from '@ionic-native/geolocation'; import { Geolocation } from '@ionic-native/geolocation';
import { Platform } from 'ionic-angular'; import { Platform } from 'ionic-angular';