Error: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning.
在角度9中,同样的方案没有出现这样的误差。
Angular10现在添加了tsconfig.base.json文件。
更新的tsconfig.json文件
:***Hey Bro I Am making A Calculator With Typescript/JavaScript ***:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
:***immediately This Error Come***:
:***Any One Can Solve This Error???***:
+++
在Angular 6.0.3 (global Angular CLI v6.0.8,local Angular CLI v6.0.7)中,我突然在打开的每个组件上都得到了智能感知错误:Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
我已经试过了这里接受的答案:的说明
但是我的tsconfig.json文件已经有
我正在使用Angular和NX工作空间开发Web。它是在nx工作区上创建的以下环境和应用程序。但是,如果您保留App,则会连续出现以下错误。我在这里搜索并重新安装了@ angular-devkit / build-kit,但结果是相同的。我该如何解决这个问题?
*错误
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(outputPath)
*环境
节点版本= v10.15.3
Angular CLI: 9.1.7