Skip to content

Instantly share code, notes, and snippets.

View MahendraKumarChaudhary's full-sized avatar
🎯
Focusing

MahendraKumarChaudhary

🎯
Focusing
View GitHub Profile
import { BrowserModule } from '@angular/platform-browser';
import { ErrorHandler, NgModule } from '@angular/core';
import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
import { HttpModule } from '@angular/http';
import { SplashScreen } from '@ionic-native/splash-screen';
import { StatusBar } from '@ionic-native/status-bar';
import { MyApp } from './app.component';
import { HomePage } from '../pages/home/home';
import{ Login } from '../pages/login/login';
import { Auth } from '../providers/auth';