Recently, I came across the styling methods of Angular 2 which allows you to directly include your styles within the component. If you want to explore more on this topic, check out loading styles.
There are two options for style encapsulation in Angular 2 - using native shadow dom or an emulated one. Can you enlighten me on the performance advantages of each when it comes to applying specific styles to components?