ng-image-slider
ng-image-slider copied to clipboard
Angular Image Slider with Lightbox.
If one or more images have an error (for example 404) I don't see any way to handle it. Maybe an output would be great or a template input.
I tried using data:image/jpg;base64 format but there is a blank preview. Here is the link which I tried. You can try using the below link in the browser and see...
I have an array of objects for the image slider which is coming dynamic from the database and assigning in the constructor. But when the page loads it only shows...
Is there option to add custom HTML element to every image. For example, to add X button to every image angle?
Great component. Congrats! I would like to see this component with mousetouch events to use on mobiles. I migrated one from javascript to typescript. https://github.com/avmesquita/angular-slide
The component do not move next/prev image on Angular 9 html template `` The event 'arrowClick' is triggered but the images do not move
When the parent component uses `ChangeDetectionStrategy.OnPush`, the disabled state of the prev and next buttons in the lightbox isn't set correctly after the animation is done. They stay disabled, because...
When the parent component uses `ChangeDetectionStrategy.OnPush` the loading spinner in the lightbox is shown until a change detection is triggered (e.g. by a mouse move or via code). Here's a...
