mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00

committed by
Justin Willis

parent
d334a43108
commit
61620f8d48
@ -1,5 +1,5 @@
|
||||
|
||||
describe('$CLASSNAME', () => {
|
||||
describe('$CLASSNAMEPage', () => {
|
||||
it('should do something', () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
@ -16,7 +16,7 @@ export class $CLASSNAMEPage {
|
||||
constructor(public navCtrl: NavController) {}
|
||||
|
||||
ionViewDidLoad() {
|
||||
console.log('Hello $CLASSNAME Page');
|
||||
console.log('Hello $CLASSNAMEPage Page');
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
describe('$CLASSNAME', () => {
|
||||
describe('$CLASSNAMEPage', () => {
|
||||
it('should do something', () => {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
|
@ -12,7 +12,7 @@ $TAB_IMPORTS
|
||||
selector: 'page-$FILENAME',
|
||||
templateUrl: '$FILENAME.html'
|
||||
})
|
||||
export class $CLASSNAME {
|
||||
export class $CLASSNAMEPage {
|
||||
|
||||
$TAB_VARIABLES
|
||||
|
||||
|
Reference in New Issue
Block a user