ngx-doe-gallery
Advanced tools
Changelog
[1.1.3] - 2021-12-12
Changelog
[1.1.2] - 2021-07-22
Changelog
[1.1.1] - 2020-12-5
Changelog
[1.1.0-RC1] - 2020-11-15
Changelog
[1.0.0-beta.3] - 2020-08-15
[contentTemplate]
@Input with which an arbitrary content can be injected directly into the gallery viewer.doe-viewer-media-loading
on the img/video elements can still be used for style assignments though.Changelog
[1.0.0-beta.2] - 2020-07-06
Changelog
[1.0.0-beta.0] - 2020-07-01
[media]
directive, which is to be used in custom item templates ([itemTemplate]
@Input). It is not mandatory, but if used it makes the gallery aware of the custom provided media (<img>
or <video>
), them failing or successfully loading in particular. Without it, the user is responsible for providing some kind of a loading animation and, if needed, reflect on failure to load media, himself.Changelog
[1.0.0-alpha.1] - 2020-06-07
[loop]
@Input to true
. This now replaces old way of looping, which always slid through all the middle items.[itemWidth]
@Input. This input accepts any valid css width value, which in turn sets width of individual gallery items.