离子自动完成模块抛出模板解析错误

时间:2018-04-19 08:10:40

标签: angular ionic-framework autocomplete ionic3

我正在创建一个需要自动完成功能的应用。我探索了一些模块,最后找到了this。我按照其中提到的确切步骤进行操作。当我运行项目时,它正在抛出模板解析错误。 以下是错误日志:

syntaxError @ http://localhost:8100/build/vendor.js:94602:34 TemplateParser.prototype.parse@ {{}}} JitCompiler.prototype._parseTemplate @ http://localhost:8100/build/vendor.js:118465:19} JitCompiler.prototype._compileTemplate@ http://localhost:8100/build/vendor.js:127893:16} JitCompiler.prototype._compileComponents /&lt ; @ http://localhost:8100/build/vendor.js:127868:18 JitCompiler.prototype._compileComponents@ http://localhost:8100/build/vendor.js:127770:56} JitCompiler.prototype._compileModuleAndComponents /< @ http://localhost:8100/build/vendor.js:127770:9然后@ http://localhost:8100/build/vendor.js:127640:13 JitCompiler.prototype._compileModuleAndComponents@ http://localhost:8100/build/vendor.js:94591:77} JitCompiler.prototype.compileModuleAsync@http://localhost:8100/build/vendor.js:127639:16 CompilerImpl.prototype.compileModuleAsync@http://localhost:8100/build/vendor.js:127555:32 PlatformRef.prototype.bootstrapModule@ http://localhost:8100/build/vendor.js:93438:34 [361] @ http://localhost:8100/build/vendor.js:6110:16 webpack_require @ http://localhost:8100/build/main.js:1143:1 webpackJsonpCallback @ http://localhost:8100/build/vendor.js:55:12 @ http://localhost:8100/build/vendor.js:26:23

可能的原因和解决方案是什么?

1 个答案:

答案 0 :(得分:1)

您必须将此模块添加到特定组件的模块文件中。 请查看this讨论。