Skip to content

Commit 6d8da0a

Browse files
mhartingtondanbucholtz
authored andcommitted
chore(generator): remove ionicPage for now (#12347)
1 parent 347c260 commit 6d8da0a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

scripts/templates/page/ts.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { 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',

scripts/templates/tabs/ts.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { 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()
1514
export class $CLASSNAME {
1615

1716
$TAB_VARIABLES

0 commit comments

Comments
 (0)