Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ngFor Support? #1

Open
iplaksiy opened this issue Nov 29, 2018 · 2 comments
Open

ngFor Support? #1

iplaksiy opened this issue Nov 29, 2018 · 2 comments

Comments

@iplaksiy
Copy link

Any future plans to support *ngFor on <ngx-packery-item> elements?

e.g.

<ngx-packery>
     <ngx-packery-item 
          *ngFor="let item of items"
          [style.width.px]="item.width"
          [style.height.px]="item.height">
     </ngx-packery-item>
</ngx-packery>
@hramli
Copy link

hramli commented Aug 29, 2019

Did you manage to make *ngFor work?

@iplaksiy
Copy link
Author

@hramli I didn’t. I gave up and just used the original, bending it forcefully to my will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants