mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Improvements on documentation (#340)
* Improvements on documentation and some refactor * ts | js -> typescript (docs)
This commit is contained in:
committed by
Ibrahim Hadeed
parent
d4d30ab9c9
commit
7952f9ef60
@@ -5,9 +5,8 @@ import { Cordova, Plugin } from './plugin';
|
||||
* @name Splashscreen
|
||||
* @description This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded.
|
||||
* @usage
|
||||
* ```ts
|
||||
* import {Splashscreen} from 'ionic-native';
|
||||
*
|
||||
* ```typescript
|
||||
* import { Splashscreen } from 'ionic-native';
|
||||
*
|
||||
*
|
||||
* Splashscreen.show();
|
||||
|
||||
Reference in New Issue
Block a user