代码之家  ›  专栏  ›  技术社区  ›  Prasheel

ion自动完成模块抛出模板分析错误

  •  1
  • Prasheel  · 技术社区  · 6 年前

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

    syntaxError公司@ http://localhost:8100/build/vendor.js:94602:34 TemplateParser。原型解析@ http://localhost:8100/build/vendor.js:118465:19 JIT编译器。原型_parseTemplate分析模板@ http://localhost:8100/build/vendor.js:127893:16 JIT编译器。原型_编译器模板@ http://localhost:8100/build/vendor.js:127868:18 JIT编译器。原型_compileComponents/<@ http://localhost:8100/build/vendor.js:127770:56 JIT编译器。原型_编译组件@ http://localhost:8100/build/vendor.js:127770:9 JIT编译器。原型_compileModuleAndComponents/<@ http://localhost:8100/build/vendor.js:127640:13 那么@ http://localhost:8100/build/vendor.js:94591:77 JIT编译器。原型_compileModuleAndComponents编译模块和组件@ http://localhost:8100/build/vendor.js:127639:16 JIT编译器。原型compileModuleAsync@ http://localhost:8100/build/vendor.js:127555:32 编译器示例。原型compileModuleAsync@ http://localhost:8100/build/vendor.js:93438:34 平台参考。原型bootstrapModule@ http://localhost:8100/build/vendor.js:6110:16 [361]@ http://localhost:8100/build/main.js:1143:1 webpack\u需要 @ http://localhost:8100/build/vendor.js:55:12 WebPackageJSonpCallback@ http://localhost:8100/build/vendor.js:26:23 @ http://localhost:8100/build/main.js:1:1

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

    1 回复  |  直到 6 年前
        1
  •  1
  •   Lalit Kushwah    6 年前

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