gpt4 book ai didi

angular - 未捕获的类型错误 : this. _input.charCodeAt 不是函数

转载 作者:太空狗 更新时间:2023-10-29 17:11:14 25 4
gpt4 key购买 nike

我使用 Angular 2 CLI 创建了一个 Angular 2 项目并使用了 ng build --prod 命令并且没有出现任何错误。

当我将 dist 文件夹上传到我的网站时,应用程序加载时出现以下错误:

enter image description here

Uncaught TypeError: this._input.charCodeAt is not a function_Tokenizer._advance @ main .688167 c….bundle.js: 1716 _Tokenizer @ main .688167 c….bundle.js: 1716 tokenize @ main .688167 c….bundle.js: 1709 Parser.parse @ main .688167 c….bundle.js: 219 HtmlParser.parse @ main .688167 c….bundle.js: 380 DirectiveNormalizer.normalizeLoadedTemplate @ main .688167 c….bundle.js: 598 DirectiveNormalizer.normalizeTemplateSync @ main .688167 c….bundle.js: 598 DirectiveNormalizer.normalizeDirective @ main .688167 c….bundle.js: 598 RuntimeCompiler._createCompiledTemplate @ main .688167 c….bundle.js: 1090(anonymous
function) @ main .688167 c….bundle.js: 1090(anonymous
function) @ main .688167 c….bundle.js: 1090 RuntimeCompiler._compileComponents @ main .688167 c….bundle.js: 1090 RuntimeCompiler._compileModuleAndComponents @ main .688167 c….bundle.js: 1090 RuntimeCompiler.compileModuleAsync @ main .688167 c….bundle.js: 1090 PlatformRef_._bootstrapModuleWithZone @ main .688167 c….bundle.js: 717 PlatformRef_.bootstrapModule @ main .688167 c….bundle.js: 717(anonymous
function) @ main .688167 c….bundle.js: 1509 __webpack_require__ @ inline.js: 1(anonymous
function) @ main .688167 c….bundle.js: 2131 __webpack_require__ @ inline.js: 1 window.webpackJsonp @ inline.js: 1(anonymous
function) @ main .688167 c….bundle.js: 1

我正在使用最新的 Angular 2 CLI 与 webpack 和 Angular 2 RC.7

哪里出了问题?

this._input.charCodeAt 仅在 Angular 编译器文件夹中使用,如下所示: enter image description here

最佳答案

可能是加载组件代码而不是模板导致的,即

templateUrl: 'my.component'

代替

templateUrl: 'my.component.html'

关于angular - 未捕获的类型错误 : this. _input.charCodeAt 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39491341/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com