Alain Boudard
Mar 23, 2022

--

Excellent description of Shadow DOM in Angular !

This explains also why we can't override a basic CSS framework style directly from our components.

If we install PrimeNg or Bootstrap CSS (or SCSS), we still can override some classes in the default .styles.scss file (or any stylesheet declared in the angular.json).

Thanks for this great article :)

--

--