Sep 5, 2018 · 1 min read
“Angular uses ViewEncapsulation.Native as default encapsualtion mode.” According to the Angular docs that’s not true — ViewEncapsulation.Emulated is the default one (see: https://angular.io/guide/component-styles#view-encapsulation). Shadow DOM is still not widely supported, so it wouldn’t make much sense to use it by default :)
