DEV Community

Discussion on: Mastering Angular 8: five things that are good to know to save your time.

Collapse
 
marchofprogress profile image
Erik O.

There are several components on NPM (github) to use but most have default encapsulation so ng-deep is very useful. Be aware of the next :

If the ::ng-deep combinator is used without the :host pseudo-class selector, the style can bleed into other components.

Collapse
 
oleksandr profile image
Oleksandr

Thanks for sharing!