ngx-carousel
Version:
An amazing responsive carousel for angular 2+. It have multiple options to control the carousel and also it is very simple to getstarted. Go and try this angular 2+ carousel. Getstarted available in readme file.
31 lines • 682 B
JavaScript
var NgxCarouselStore = (function () {
function NgxCarouselStore() {
}
return NgxCarouselStore;
}());
export { NgxCarouselStore };
var ItemsControl = (function () {
function ItemsControl() {
}
return ItemsControl;
}());
export { ItemsControl };
var Touch = (function () {
function Touch() {
}
return Touch;
}());
export { Touch };
var Transfrom = (function () {
function Transfrom() {
}
return Transfrom;
}());
export { Transfrom };
var NgxCarousel = (function () {
function NgxCarousel() {
}
return NgxCarousel;
}());
export { NgxCarousel };
//# sourceMappingURL=ngx-carousel.interface.js.map