i want to overright the style of primeng components as per component level not for whole app, either i have to change the style in main theme.css file or inline
theme.css
Since >>> is deprecated have to use ::ng-deep instead. With material2 v6 and primeng v5.2.*
>>>
::ng-deep
material2 v6
primeng v5.2.*
:host { ::ng-deep .prime-slider-override { background-color: #26A3D1; background-image:none; border:none; color:white; .ui-slider-range { background: red; } } }