angular2-image-gallery
angular2-image-gallery copied to clipboard
Image Gallery built with Angular 17+, node.js and GraphicsMagick
I installed it like this: ``` npm i -g --save --save-dev angular2-image-gallery ``` My app.module.ts: ``` import { BrowserModule } from '@angular/platform-browser' import { NgModule } from '@angular/core' import {...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
It would be extremely useful if we could implement overlay buttons with click handlers, e.g. for sharing or rating pictures or doing anything related to user interaction. I believe it...
When I open an Image and the Viewer gets presented I'm unable to pinch to zoom.
Add an icon button to the configuration menu inside the viewer to download the current image in original size.
Pretty sure that's not an actual issue but my ignorance, but I just can't get the gallery images displayed on my page. I have run the conversion script successfully and...
First of all, great job! So far the best image gallery I found as npm package! Using the maxRowsPerPage option adds two navigation buttons at the bottom of the gallery...
hi as i import this into my module the angular throws this error to console: ERROR Error: "Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access...
Angular is sanitizing the active image view background-image style. Getting this any time I attempt to open the image for full size view: "WARNING: sanitizing unsafe style value url(assets/img/gallery/....." This...
in gallery we need to provide [metadata] in case of using external json file for images, here always we need to put hard coded URL like "'/assits/img/images.json'", but here we...