I have included the child component in the parent component and I am displaying that child component within a col-md-8. What I want to achieve is to highlight a specific div in the child component with additional text, making it equal in size to the parent component. You can see an example layout in the image below.
Click here for the layout example
In the provided image, you can observe the layout of the child component. The green box's width and height should match that of the parent. How can I accomplish this? Any suggestions?
I attempted to modify the CSS using @Input() and @HostBinding decorators, but it only made changes inside the child element.