mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(plugins): add import statements for usage clarity
This commit is contained in:
@@ -5,6 +5,10 @@ import {Plugin, Cordova} from './plugin'
|
||||
* @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';
|
||||
*
|
||||
*
|
||||
*
|
||||
* Splashscreen.show();
|
||||
*
|
||||
* Splashscreen.hide();
|
||||
|
||||
Reference in New Issue
Block a user