docs(plugins): added platforms (#1638)

* added platforms

* round 2

* round 3

* Update index.ts
This commit is contained in:
Daniel Sogl
2017-06-02 21:34:18 +02:00
committed by Ibby Hadeed
parent 41dae53bf2
commit 328e5de3f3
71 changed files with 96 additions and 89 deletions
@@ -23,7 +23,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
plugin: 'cordova-plugin-splashscreen',
pluginRef: 'navigator.splashscreen',
repo: 'https://github.com/apache/cordova-plugin-splashscreen',
platforms: ['Amazon Fire OS', 'Android', 'BlackBerry 10', 'iOS', 'Windows Phone 7 and 8', 'Windows', 'Browser']
platforms: ['Amazon Fire OS', 'Android', 'BlackBerry 10', 'iOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone']
})
@Injectable()
export class SplashScreen extends IonicNativePlugin {