I was using ::ng-deep to apply classes to the child components but the class is also applied to the parent component of that component.How can i restrict this behaviour?
::ng-deep label {
width: 164px;
height: 22px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: red;
}