chore(build): tabs template corrections

tabs template corrections
This commit is contained in:
Dan Bucholtz
2016-09-25 22:22:10 -05:00
parent 0f6ce2857a
commit dc1a59df49
3 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,6 @@
describe('$CLASSNAME', () => {
it('should do something', () => {
expect(true).toEqual(true);
});
});

View File

@ -2,6 +2,12 @@ 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'
})