B.Cos
B.Cos

Reputation: 448

Angular Flex Layout Pinterest layout

I using angular material mat card and angular flex layout to display a page of card list. I want to make it like pinterest to have a dynamic height of each card in every row . It that any way to achieve it by using flex layout or other method?

enter image description here Below I have a create a stackblitz of my code : stackblitz link

Upvotes: 0

Views: 408

Answers (1)

Lynn
Lynn

Reputation: 192

You can try use this component https://github.com/wynfred/ngx-masonry to achieve the Pinterest layout you want. It support Angular 9 as well.

Upvotes: 1

Related Questions