InterviewSolution
Saved Bookmarks
| 1. |
Can We Make One Component Inherit Styles/css From A Parent Component, Or Must We Always Define It In The Component ? |
|
Answer» Yes, we can inherit styles from PARENT. there is no NEED to ALWAYS defined in the component. Yes, we can inherit styles from parent. there is no need to always defined in the component. |
|