Vugar

Results 26 comments of Vugar

I also encountered same problem.So here is solution: 1. add attribute [useImagesLoaded]="true" like > 2.Add this script to index.html otherwise it wont work! >

Hi @cpoissonnier . I had this problem too and fixed this problem. So here is solution. When order value is changed you need to destroy masonry and reload it. Assign...

@Shailu4u thanks I would try that

You can use custom angular elements for it. For example in app component, ``` constructor(private readonly injector: Injector) { const el = createCustomElement(CustomImageComponent, { injector: injector }); customElements.define('optimized-image-element', el); }...

@fetis I think you can achieve that by using an APP_INITIALIZER Token. Here is the article where Netanel nicely describes implementation. [link](https://netbasal.com/optimize-user-experience-while-your-angular-app-loads-7e982a67ff1a)

Hi @santer545 . Can you please provide reproducing steps. I just verified, drag and droppped 2 files, all file uploaded. Then did same step again. Can you listen to uploadSuccess...

@santer545 I tried same steps as you. Disabled enableAutoUpload, added 2 files by dragging or choosing file. Listened to fileAdded event and see those files. Are you listening to validationError...

Hi , could you please try with latest library version 12 and share info. Thanks in advance!

So I tried to reproduce it, by same url @iniesta333 suggested, disabled cropper, added 2 files via drag and drop. It uploaded 2 files as expected.

Should be fixed from v16.0.1.