We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ab249 commit defe068Copy full SHA for defe068
2 files changed
src/pages/bill-detail/bill-detail.ts
@@ -6,7 +6,7 @@ import {
6
ActionSheet,
7
ActionSheetController,
8
Platform,
9
- Alert,
+ //Alert,
10
AlertController
11
} from 'ionic-angular';
12
import { BillProvider } from '../../providers/bill/bill';
src/pages/home/home.ts
@@ -3,12 +3,12 @@ import {
3
NavController,
4
5
- Loading,
+ //Loading,
LoadingController,
Platform
import { Observable } from 'rxjs/Observable';
-import { LandingPage } from '../landing/landing';
+//import { LandingPage } from '../landing/landing';
13
import { AuthProvider } from '../../providers/auth/auth';
14
0 commit comments