I have a two angular components, which grows/shrinks independently. I just need to make sure the two components should fill each others height.
Image:
So if component A height is greater than B, then B should take the A's height and viz versa.
Currently I'm getting like the right one in the pic.
Any leads would be helpful. Thanks.