rm-image-slider 18.1.5 → 18.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/esm2022/lib/rm-image-slider.component.mjs +4 -4
- package/esm2022/lib/rm-image-slider.service.mjs +4 -4
- package/esm2022/lib/slider-custom-image/slider-custom-image.component.mjs +4 -4
- package/esm2022/lib/slider-lightbox/slider-lightbox.component.mjs +4 -4
- package/fesm2022/rm-image-slider.mjs +12 -12
- package/fesm2022/rm-image-slider.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
<a href="https://github.com/malikrajat/rm-image-slider">
|
|
2
|
-
|
|
3
2
|
<h1 align="center">Image Slider/ carousel</h1>
|
|
4
|
-
|
|
5
3
|
<p align="center">Advanced, customizable, Optimized ,Minimal, light-weight and fully customizable pure angular component for carousel.</p>
|
|
6
|
-
|
|
7
4
|
</a>
|
|
5
|
+
|
|
8
6
|
[](https://www.npmjs.com/package/rm-image-slider)
|
|
9
7
|
[](https://github.com/malikrajat/rm-image-slider)
|
|
10
8
|
|
|
11
|
-
__
|
|
12
9
|
# Angular Image Slider with Lightbox
|
|
13
10
|
|
|
14
11
|
An Angular responsive image slider with lightbox popup.
|