UNPKG

angular-owl-carousel

Version:

An angular (2 or 4) wrapper for jquery owl carousel library with dynamic carousel item change detection

12 lines (11 loc) 321 B
import { OnDestroy, ElementRef } from "@angular/core"; export declare class OwlChild implements OnDestroy { private el; owlClass: boolean; $owl: any; options: any; constructor(el: ElementRef); ngAfterViewInit(): void; trigger(action: string, options?: any[]): void; ngOnDestroy(): void; }