mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
19 lines
417 B
Cheetah
Executable File
19 lines
417 B
Cheetah
Executable File
import { Component } from '@angular/core';
|
|
import { NavController } from 'ionic-angular';
|
|
$TAB_IMPORTS
|
|
|
|
/*
|
|
Generated class for the $CLASSNAME provider.
|
|
|
|
See https://angular.io/docs/ts/latest/guide/dependency-injection.html
|
|
for more info on providers and Angular 2 DI.
|
|
*/
|
|
@Component({
|
|
templateUrl: '$FILENAME.html'
|
|
})
|
|
export class $CLASSNAME {
|
|
|
|
$TAB_VARIABLES
|
|
|
|
constructor(public navCtrl: NavController) {}
|
|
} |