📌  相关文章
📜  对装饰器的实验性支持是一项可能在未来版本中更改的功能.在“tsconfig”或“jsconfig”中设置“experimentalDecorators”选项以删除此警告.ts(1219) angular - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:20.601000             🧑  作者: Mango

代码示例1
In VSCode, Go to File => Preferences => Settings (or Control+comma) and it will open the User Settings file. Add "javascript.implicitProjectConfig.experimentalDecorators": true to the file and it should fix it.