-
Notifications
You must be signed in to change notification settings - Fork 129
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
Gallerize with *ngFor does not work #70
Comments
In this stackblitz It uses |
@danfergo It seems that you did not add Gallerize uses here is a working stackblitz |
Oh allright, I didn't saw that. Thanks a lot! |
Bug Report or Feature Request (mark with an
x
)OS and Version?
Linux a4887eb4a802 4.13.0-37-generic #42-Ubuntu SMP Wed Mar 7 14:13:23 UTC 2018 x86_64 GNU/Linux
Versions
node v8.9.0
npm 5.5.1
Repro steps
The log given by the failure
No error, simply does not work.
The
gallerizer$.pipe(debounceTime(300), ...
is only called for the first *ngFor element and, as a consequence, clicking the item images results in nothing.Mention any other details that might be useful
The number of images in each item is variable, having no images in the first items.
Also, I'm using this HTML at a child module component so I've imported
At the parent module, and
GallerizeModule
at the child module.The text was updated successfully, but these errors were encountered: