angular-bootstrap-md
Version:
<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design
14 lines (13 loc) • 387 B
TypeScript
import { ElementRef } from '@angular/core';
export declare class SlideComponent {
/** Is current slide active */
active: boolean;
animated: boolean;
directionNext: boolean;
directionLeft: boolean;
directionPrev: boolean;
directionRight: boolean;
/** Wraps element by appropriate CSS classes */
el: ElementRef | any;
constructor(el: ElementRef);
}