I am currently trying to understand the relationship between viewmetadata and the fundamental use of encapsulation: ViewEncapsulation
, including ViewEncapsulation.Emulated
and ViewEncapsulation.None
. Here is a link for further information: https://angular.io/docs/ts/latest/api/core/ViewMetadata-class.html. I would appreciate it if someone could explain the differences between these options clearly and provide me with some sample code to work from?