cannot find module 'angular2/core'

前端 未结 15 1735
臣服心动
臣服心动 2020-12-23 16:10

These red squiggly lines say cannot find module \'angular2/core\',cannot find module \'angular2/router\',cannot find module \'angula

15条回答
  •  离开以前
    2020-12-23 16:33

    Easiest way to install it is with npm package manager, because angular2 is shipped with typing now. Your editor will recognize all import locations...

提交回复
热议问题