I'm working with angular2-masonry in a project with the latest Angular version (v5.1.3) I have being looking for Masonry and other alternatives to implement in my aplication. I tried multiple ones and I didn't like the implementation. I tried doing a native CSS masonry but I need to order the content from left to right.
So, the question is, there is an alternative well integrated in Angular to Masonry? Thanks!
Finally I have done it! I have implemented a solution based on the solution given by Andy Barefoot, can be checked in this CodePen. I have created a Gist showing how I implemented it in my Angular app. The trick is in the CSS and JS:
CSS:
JS: