UNPKG

ng-horizontal-scroller

Version:

A horizontal infinite scroller component for Angular

14 lines (13 loc) 586 B
import * as i0 from "@angular/core"; export interface ScrollItem { thumbnail: string; description?: string; url?: string; } export declare class HorizontalScrollerComponent { speed: number; scrollSpeed: string; items: ScrollItem[]; static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalScrollerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalScrollerComponent, "ng-horizontal-scroller", never, { "speed": { "alias": "speed"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>; }