-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: button to download picture outside of ngx-lightbox #161
base: master
Are you sure you want to change the base?
Conversation
This is necessary when per example the API requires a JWT in the header
Looks good |
This looks like a great feature, and I would like to get started using it as soon as possible. |
Yes, it would be great if it could be merged and available on npm :) For the time being, you could unzip and replace this folder in |
ebe9454
to
82dfb5c
Compare
Unfortunately, this library seems not maintained anymore. For those interested in this feature I created an npm package (also includes its update to Angular 17).
|
Version number match with Angular, that is easier to follow-up
With this commit, we can receive an event when the end-user clicks on the Download button, and then the download of the picture can be handled in the web app, outside of ngx-lightbox, it is then possible to use an authentication token for example.