mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update ts.tmpl
This commit is contained in:
@@ -7,14 +7,15 @@ import { IonicPage, NavController, NavParams } from 'ionic-angular';
|
||||
* See http://ionicframework.com/docs/v2/components/#navigation for more info
|
||||
* on Ionic pages and navigation.
|
||||
*/
|
||||
@IonicPage()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
selector: 'page-$FILENAME',
|
||||
templateUrl: '$FILENAME.html',
|
||||
})
|
||||
export class $CLASSNAME {
|
||||
|
||||
constructor(public navCtrl: NavController, public navParams: NavParams) {}
|
||||
constructor(public navCtrl: NavController, public navParams: NavParams) {
|
||||
}
|
||||
|
||||
ionViewDidLoad() {
|
||||
console.log('ionViewDidLoad $CLASSNAME');
|
||||
|
||||
Reference in New Issue
Block a user