在ionic 3中添加新页面

时间:2017-10-22 17:48:44

标签: cordova typescript ionic-framework

我试图在ionic3中添加一个新页面,将其添加到我的app.module.ts文件中:

List

但我一直收到这个错误:

错误:模块“AppModule”compiler.es5.js:1694:21声明的意外值'undefined'     syntaxError compiler.es5.js:1694:21     CompileMetadataResolver.prototype.getNgModuleMetadata /< compiler.es5.js:15574     forEach自托管:269:13     CompileMetadataResolver.prototype.getNgModuleMetadata compiler.es5.js:15572     JitCompiler.prototype._loadModules compiler.es5.js:26958:25     JitCompiler.prototype。 compileModuleAndComponents compiler.es5.js:26931     JitCompiler.prototype.compileModuleAsync compiler.es5.js:26860     PlatformRef .prototype。 bootstrapModuleWithZone core.es5.js:4536     PlatformRef .prototype.bootstrapModule core.es5.js:4522     [195] main.ts:5      webpack_require bootstrap 19baac5cbc8da0ce0137:54     webpackJsonpCallback bootstrap 19baac5cbc8da0ce0137:25     

如何在Ionic 3中添加新页面?

1 个答案:

答案 0 :(得分:0)

您可以更轻松地使用CLI,从cmd和项目目录ionic g page welcome

中键入