What selector forces a style down through the child component tree into all the child component views?
Answer / Indrajeet Kumar
In Angular, you can use the ::ng-deep pseudoelement selector to force styles to be applied globally throughout your application. However, it's generally discouraged as it may cause unintended side effects and conflicts with other CSS rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is it called angular?
What are the most important features of angularjs?
How to use foreach in angular js?
How to pass data into components with @input in angular 2?
What is primeng?
What are the features of angular 2 service?
What is router outlet ></ router outlet?
What are components life-cycles?
What is angular frontend?
Is ngmodel deprecated?
What about auto bootstrap process in angular js?
What does injectable mean?