Angular 2中组件部分中封装参数的用途是什么

时间:2017-11-10 07:41:32

标签: angular typescript

enter image description here请在Angular 2中解释encapsulation参数。当我添加此参数时,我有一些错误消息。我该如何删除它?

 @Component({
      selector: 'app-add',
      templateUrl: './add.component.html',
      styleUrls: ['./add.component.css'],
      encapsulation: ViewEncapsulation.None
    })

1 个答案:

答案 0 :(得分:1)

请导入此库,并在node_module文件上签入此库。

import { ViewEncapsulation } from '@angular/core';