如何找出受影响的组件名称?我真的不明白为什么angular说"class_1“是组件名称。我使用的是Angular 7.0.0,并且我正在进行重构。(6个组件组成一个新模块)
Error: Uncaught (in promise): Error: Component class_1 is not part of any NgModule or the module has not been imported into your module.
Error: Component class_1 is not part of any NgModule or the module has
我想禁用角动画在特定的时间,并为此在中找到的。
所以我想像这样使用它:[@.disabled]="true" (只是为了测试它),我得到了持续的错误:
错误文本:
ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '[@.s' is not a valid attribute name.
at DefaultDomRenderer2.push.../../node_modules/@angular/platform-browser/f
我无法部署?当我在hexo generate之后执行hexo server时,我可以看到当我执行hexo deploy It提示时应该执行be.But的页面:
To https://github.com/gabygoole/gabygoole.github.io.git
! [remote rejected] master -> master (failed to lock)
error: failed to push some refs to 'https://github.com/gabygoole/gabygoole.githu
当我尝试从https://github.com/Microsoft/monaco-editor创建monaco编辑器时,我发现this.model.onDidChangeRawContentFast不是一个函数 ERROR Error: Uncaught (in promise): TypeError:
this.model.onDidChangeRawContentFast is not a function
TypeError: this.model.onDidChangeRawContentFast is not a function
at ViewModel.push..
我得到了下面列出的错误。我做了一些研究,人们说把它放在ngoninit或ngAfterViewInit中,但这不起作用,所以有人能帮我解决这个问题吗?下面列出了相关代码。
TrialBalanceComponent.html:29 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined: 374208'. Current value: 'undefined: 74841
我将我的angular应用程序从8升级到9,并启用了Ivy。现在应用程序正在正确构建,但是当我执行ng服务时,我在控制台中得到了一个错误- Error: inject() must be called from an injection context
at injectInjectorOnly (VM29 vendor.js:32922)
at Module.ɵɵinject (VM29 vendor.js:32933)
at Object.A11yModule_Factory [as factory] (VM29 vendor.js:8401)
at R3