We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error: ng-gallery.mjs:287 [NgGallery]: Unable to set the active item because the given index (1) is outside the items range!
Angular: 16 Angular CDK: Angular CLI: Typescript: Gallery:
The text was updated successfully, but these errors were encountered:
Please fill the template and add reproduction
Sorry, something went wrong.
Organize your code well in this order, and I think the problem will be fixed
const lightboxRef = this.gallery.ref('lightbox'); lightboxRef.load(images); this.lightbox.open(); lightboxRef.set(index);
No branches or pull requests
I get this error: ng-gallery.mjs:287 [NgGallery]: Unable to set the active item because the given index (1) is outside the items range!
Which versions are you using for the following packages?
Angular: 16
Angular CDK:
Angular CLI:
Typescript:
Gallery:
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: