Code Monkey home page Code Monkey logo

Comments (5)

jelgblad avatar jelgblad commented on June 24, 2024

Hi! Are you referring to calling .layout() on the masonry library? There is a public layout()-function on the AngularMasonry-component that you can call to manually force re-layout. You can access the component from your parent component via ViewChild.

from angular2-masonry.

Olexiy665 avatar Olexiy665 commented on June 24, 2024

Many Thanks!

from angular2-masonry.

TunaYagci avatar TunaYagci commented on June 24, 2024

Hey, how do we use this layout() function?

My problem is, masonry works only when i change the window size of the browser.

update: Seems like this is a imagesLoaded problem.
update2: Your imagesLoaded directive isn't working because masonry's latest dist doesn't include this library. I downloaded that lib also and now it is working.

from angular2-masonry.

jelgblad avatar jelgblad commented on June 24, 2024

Hi!
If you follow the imagesLoaded-section under Configuration in the README you'll se that for now you have to include imagesLoaded in a script-tag in your index.html. The reason for this is that I don't want you to have to depend on it even if you're not using it.
I could include it as a peerDependency, but I cant find a way to conditionally require a library that works in both webpack and system.js.

And if you're planing to use imagesLoaded, se this issue:
#11

from angular2-masonry.

TunaYagci avatar TunaYagci commented on June 24, 2024

Oh I haven't read the readme, sorry for blaming you! I'm using webpack (angular cli) and didn't do anything specific. Just npm i imagesloaded and included it in scripts tag (cli's newest feature).

from angular2-masonry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.