@ionic-native/splash-screen
- Version 5.36.0
- Published
- 11.4 kB
- 1 dependency
- MIT license
Install
npm i @ionic-native/splash-screen
yarn add @ionic-native/splash-screen
pnpm add @ionic-native/splash-screen
Overview
Ionic Native - Native plugins for ionic apps
Index
Variables
Classes
Variables
variable SplashScreen
const SplashScreen: SplashScreenOriginal;
Classes
class SplashScreenOriginal
class SplashScreenOriginal extends IonicNativePlugin {}
Splash Screen splashscreen true 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.
import { SplashScreen } from '@ionic-native/splash-screen/ngx';constructor(private splashScreen: SplashScreen) { }...this.splashScreen.show();this.splashScreen.hide();
Package Files (1)
Dependencies (1)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@ionic-native/splash-screen
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@ionic-native/splash-screen)
- HTML<a href="https://www.jsdocs.io/package/@ionic-native/splash-screen"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 4377 ms. - Missing or incorrect documentation? Open an issue for this package.