mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(generators): add TS tabs generator
This commit is contained in:
@ -37,7 +37,8 @@ TabsGenerator.prototype.run = function(){
|
||||
var pageGenerator = new PageGenerator({
|
||||
name: tabName,
|
||||
generator: 'page',
|
||||
appDirectory: this.appDirectory
|
||||
appDirectory: this.appDirectory,
|
||||
isTS: this.isTS
|
||||
});
|
||||
|
||||
pageGenerator.run();
|
||||
|
Reference in New Issue
Block a user