当我遇到多个错误时,为什么我的角度应用程序可以工作?

时间:2018-09-10 14:38:03

标签: angular

我是Angular和Web技术的新手,我想知道为什么当我遇到多达55个错误时我的应用程序可以正常工作。

  • Severity Code Description Project File Line Suppression State Error TS2307 (TS) Cannot find module '@angular/core'.
  • Severity Code Description Project File Line Suppression State Error TS2307 (TS) Cannot find module '@angular/common/http'.
  • Severity Code Description Project File Line Suppression State Error TS2307 (TS) Cannot find module 'rxjs'.
  • Severity Code Description Project File Line Suppression State Error TS1219 (TS) Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.

自项目开始以来,上面的最后一个错误) 存在相同类型的多个错误。 Experimental..我研究了如何摆脱它,但没有任何改变。(我尝试在 tsconfig 中设置"experimentalDecorators": true

(TS) Cannot find module '@angular/core'.重复几次。

我正在Visual Studio中使用 angular 6 + .Netcore 2.0 ,我最近从angular 5升级了。

通常在WPF应用中,如果我遇到一个错误,则我的应用通常无法正常工作。所以我的问题是,为什么我可以看到这么多错误,但我的应用仍然可以正常工作,以及如何消除它们?

Here是我的 angular.json 文件。

Here是我的 package.json 文件。

0 个答案:

没有答案