mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +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({
|
var pageGenerator = new PageGenerator({
|
||||||
name: tabName,
|
name: tabName,
|
||||||
generator: 'page',
|
generator: 'page',
|
||||||
appDirectory: this.appDirectory
|
appDirectory: this.appDirectory,
|
||||||
|
isTS: this.isTS
|
||||||
});
|
});
|
||||||
|
|
||||||
pageGenerator.run();
|
pageGenerator.run();
|
||||||
|
Reference in New Issue
Block a user