View Encapsulation controls how a component's CSS is scoped — by default, Angular isolates each component's styles so they don't leak out to or get affected by other components. This solves CSS's global-scope problem.
The default: Emulated encapsulation
({
: ,
: ,
: [],
})
{}
