Angular Cards to be the same height in a flex-layout row Angular Cards to be the same height in a flex-layout row angular angular

Angular Cards to be the same height in a flex-layout row


You can add fxLayoutAlign=" stretch" to the 70% div. Plunker demo

<div fxFlex="70%" `fxLayoutAlign=" stretch"`>

That should do the trick.

Just an fyi, you can use this demo to try different flex-layout alignment.