UNPKG

rm-carousel

Version:

A highly optimized and fully customizable pure angular standalone component and solution for horizontal scrolling images with lazy loading.

58 lines (57 loc) 1.35 kB
{ "name": "rm-carousel", "version": "4.0.0", "description": "A highly optimized and fully customizable pure angular standalone component and solution for horizontal scrolling images with lazy loading.", "keywords": [ "library", "angularlibrary", "ng", "Angular", "angular-native", "angular-component", "custom slider", "slider", "thumbnail", "security", "performance", "optimization", "carousel", "angular carousel", "rm", "Swiper", "Image slider", "Lazy loading", "rm-carousel", "responsive carousel" ], "peerDependencies": { "@angular/common": "^20.0.1", "@angular/core": "^20.0.1", "@fortawesome/angular-fontawesome": "^0.14.0", "@fortawesome/free-solid-svg-icons": "^6.4.2" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "author": { "name": "Rajat Malik", "email": "mr.rajatmalik@gmail.com", "url": "https://www.linkedin.com/in/errajatmalik/" }, "repository": { "type": "git", "url": "git+https://github.com/malikrajat/rm-carousel.git" }, "module": "fesm2022/rm-carousel.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rm-carousel.mjs" } } }