angular2-image-gallery icon indicating copy to clipboard operation
angular2-image-gallery copied to clipboard

Image Gallery built with Angular 17+, node.js and GraphicsMagick

Results 60 angular2-image-gallery issues
Sort by recently updated
recently updated
newest added

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

This fixes two issues 1. allow special characters in file names by quoting the url 2. prevent the sanitizing unsafe style value warning Related issue #44

remove imports that cause issues when lazy loading modules the provided sample application still works just as well with only the CommonModule Related to issue #32 #35 #46 #71 #79

Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

This library does not work when trying to use it in lazy-loaded modules, due to the fact that the library imports "BrowserAnimationsModule". An angular library should not import this module....

First, I would like to congratulate you on the quality of this gallery and thank you for sharing with the community. I just installed the component, it works but... the...

when I try to run this node node_modules/angular2-image-gallery/convert.js /asstes/ i get this asstes/ internal/modules/cjs/loader.js:969 throw err; ^ Error: Cannot find module '/Users/lo/my-project/node_modules/angular2-image-gallery/convert.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:966:17) at Function.Module._load (internal/modules/cjs/loader.js:859:27) at Function.executeUserEntryPoint...

Pre-processing should only take place up to the size of the original image. After changing the script the viewer has to be adapted accordingly to pick only original images at...

bug

I have adapted the convert script and the viewer component so that the pre-processing only make smaller images than the original and the preview image and original images can be...