I am looking for an Angular (not AngularJS) library that allows the display of all images in a given folder as an image gallery without the need to specify src
to each image.
PHP script that shows the images in a folder does a very similar thing to what I want to achieve, but obviously it is written in PHP script.
Thank you.