Splashscreen
$ ionic plugin add cordova-plugin-splashscreen
Repo: https://github.com/apache/cordova-plugin-splashscreen
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
import {Splashscreen} from 'ionic-native';
Splashscreen.show();
Splashscreen.hide();
Static Methods
show()
Shows the splashscreen
hide()
Hides the splashscreen