File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core';
2
- import { IonicPage, NavController, NavParams } from 'ionic-angular';
2
+ import { NavController, NavParams } from 'ionic-angular';
3
3
4
4
/**
5
5
* Generated class for the $CLASSNAME page.
6
6
*
7
7
* See http://ionicframework.com/docs/components/#navigation for more info
8
8
* on Ionic pages and navigation.
9
9
*/
10
- @IonicPage()
10
+
11
11
@Component({
12
12
selector: 'page-$FILENAME',
13
13
templateUrl: '$FILENAME.html',
Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core';
2
- import { IonicPage, NavController } from 'ionic-angular';
2
+ import { NavController } from 'ionic-angular';
3
3
4
4
/**
5
5
* Generated class for the $CLASSNAME tabs.
@@ -11,7 +11,6 @@ import { IonicPage, NavController } from 'ionic-angular';
11
11
selector: 'page-$FILENAME',
12
12
templateUrl: '$FILENAME.html'
13
13
})
14
- @IonicPage()
15
14
export class $CLASSNAME {
16
15
17
16
$TAB_VARIABLES
You can’t perform that action at this time.
0 commit comments