ngx-m-carousel
Version:
Simple and effective carousel library for angular
28 lines (27 loc) • 1.14 kB
TypeScript
import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxMCarouselComponent implements OnInit {
carousel: ElementRef;
images: Array<String>;
delay: number;
pauseOnHover: boolean;
width: String;
height: String;
indicators: boolean;
controls: boolean;
clickToFullScreen: boolean;
preserveRatioOnFullScreen: boolean;
slide: string;
x: number;
handler: any;
isFullScreen: boolean;
ngOnInit(): void;
toggle(): void;
goTo(event: Event, x: number): void;
onHover(): void;
onLeave(): void;
openFullscreen(): void;
closeFullScreen(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMCarouselComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMCarouselComponent, "ngx-m-carousel", never, { "images": "images"; "delay": "delay"; "pauseOnHover": "pauseOnHover"; "width": "width"; "height": "height"; "indicators": "indicators"; "controls": "controls"; "clickToFullScreen": "clickToFullScreen"; "preserveRatioOnFullScreen": "preserveRatioOnFullScreen"; }, {}, never, never>;
}