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 11import { Component } from '@angular/core';
2- import { IonicPage, NavController, NavParams } from 'ionic-angular';
2+ import { NavController, NavParams } from 'ionic-angular';
33
44/* *
55 * Generated class for the $CLASSNAME page.
66 *
77 * See http://ionicframework.com/docs/components/#navigation for more info
88 * on Ionic pages and navigation.
99 */
10- @IonicPage()
10+
1111@Component({
1212 selector: 'page-$FILENAME ',
1313 templateUrl: '$FILENAME .html ',
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core';
2- import { IonicPage, NavController } from 'ionic-angular';
2+ import { NavController } from 'ionic-angular';
33
44/* *
55 * Generated class for the $CLASSNAME tabs.
@@ -11,7 +11,6 @@ import { IonicPage, NavController } from 'ionic-angular';
1111 selector: 'page-$FILENAME ',
1212 templateUrl: '$FILENAME .html '
1313})
14- @IonicPage()
1514export class $CLASSNAME {
1615
1716$TAB_VARIABLES
You can’t perform that action at this time.
0 commit comments