An open API service indexing awesome lists of open source software.

https://github.com/dannymcgee/view-encapsulation

Insiten L&L | Angular View Encapsulation & CSS Specificity
https://github.com/dannymcgee/view-encapsulation

Last synced: about 2 months ago
JSON representation

Insiten L&L | Angular View Encapsulation & CSS Specificity

Awesome Lists containing this project

README

        

# Angular View Encapsulation & CSS Specificity

This is a demo project created during an Insiten lunch & learn in order to answer the following questions:

- How does Angular's View Encapsulation work?
- Under what circumstances might it be preferable to disable View Encapsulation?
- How does View Encapsulation interact with CSS specificity?
- What difference does it make whether we use the component's host element or put all operative elements in the component's template?