在Angular CLI中添加Component时,“未定义viewEncapsulation”

时间:2016-11-30 10:55:45

标签: angular angular-cli

使用CLI添加组件时出现以下错误。 版: angular-cli:1.0.0-beta.21 节点:6.4.0 os:win32 x64

  

D:\ GIT #####> ng g组分测试
   安装组件创建
  src \ app \ test \ test.component.css创建
  src \ app \ test \ test.component.html创建
  src \ app \ test \ test.component.spec.ts创建
  src \ app \ test \ test.component.ts未定义viewEncapsulation(错误   在蓝图模板中:
  d:\ GIT \ PartnerOrders2 \ node_modules \角CLI \蓝图\部件\ files__path ____名__ component.ts),

任何人都知道如何解决?

1 个答案:

答案 0 :(得分:1)

这是angular-cli中的已知错误。

https://github.com/angular/angular-cli/issues/3264