相关疑难解决方法(0)

错误 TS1219:对装饰器的实验性支持是一项功能,在未来版本中可能会发生变化

在最新的 Visual Studio 2015 中,ASP.NET Core Web 应用程序项目无法修复此错误:

Scripts\app\AppComponent.component.ts(7,14): error TS1219: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
Scripts\app\app.component.ts(7,14): error TS1219: Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.
Scripts\app\app.module.ts(16,14): error TS1219: Experimental support for decorators is a feature that is subject to change in a future …
Run Code Online (Sandbox Code Playgroud)

.net c# asp.net visual-studio visual-studio-2015

4
推荐指数
2
解决办法
9219
查看次数

标签 统计

.net ×1

asp.net ×1

c# ×1

visual-studio ×1

visual-studio-2015 ×1