https://i.sstatic.net/CmVG2.pngI need some clarification on the encapsulation
parameter in Angular 2. I encountered an error message when trying to utilize this parameter. How can I resolve this issue?
@Component({
selector: 'app-add',
templateUrl: './add.component.html',
styleUrls: ['./add.component.css'],
encapsulation: ViewEncapsulation.None
})