What selector forces a style down through the child component tree into all the child component views?



What selector forces a style down through the child component tree into all the child component view..

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

Post New Answer

More AngularJS Interview Questions

Why is it called angular?

1 Answers  


What are the most important features of angularjs?

1 Answers  


How to use foreach in angular js?

1 Answers  


How to pass data into components with @input in angular 2?

1 Answers  


What is primeng?

1 Answers  


What are the features of angular 2 service?

1 Answers  


What is router outlet ></ router outlet?

1 Answers  


What are components life-cycles?

1 Answers  


What is angular frontend?

1 Answers  


Is ngmodel deprecated?

1 Answers  


What about auto bootstrap process in angular js?

1 Answers  


What does injectable mean?

1 Answers  


Categories