mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(generators): change class name
This commit is contained in:
@ -10,7 +10,7 @@ import { Component } from '@angular/core';
|
||||
selector: '$FILENAME',
|
||||
templateUrl: '$FILENAME.html'
|
||||
})
|
||||
export class $CLASSNAME {
|
||||
export class $CLASSNAMEComponent {
|
||||
|
||||
text: string;
|
||||
|
||||
|
@ -11,7 +11,7 @@ import { NavController } from 'ionic-angular';
|
||||
selector: 'page-$FILENAME',
|
||||
templateUrl: '$FILENAME.html'
|
||||
})
|
||||
export class $CLASSNAME {
|
||||
export class $CLASSNAMEPage {
|
||||
|
||||
constructor(public navCtrl: NavController) {}
|
||||
|
||||
|
Reference in New Issue
Block a user