custom styling of specific component getting applied to all the components in angular 6
问题 ui grid, I am trying to apply custom styling to specific component(i want to change font size for that specific component), but when i write css code in that particular components css file, and after loading that component that style is getting applied to all the other components also following is the code in css file .k-grid td { font-size: 10px !important; } .k-grid tr { font-size: 10px; } code in ts file @Component({ selector: 'app-work-request-queue-child', templateUrl: './work-request