import{HomePage}from'../pages/home/home';@Component({templateUrl:'app.html'})exportclassMyApp{rootPage:any=HomePage;constructor(platform:Platform,statusBar:StatusBar,splashScreen:SplashScreen,jpush:JPush){platform.ready().then(()=>{// Okay, so the platform is ready and our plugins are available.// Here you can do any higher level native things you might need.statusBar.styleDefault();splashScreen.hide();