Files
Dan Bucholtz dc1a59df49 chore(build): tabs template corrections
tabs template corrections
2016-09-25 22:22:10 -05:00

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) {}
}