UNPKG

@angular-slider/ngx-slider

Version:

Self-contained, mobile friendly slider component for Angular based on angularjs-slider

8 lines (7 loc) 376 B
/** Helper with compatibility functions to support different browsers */ export declare class CompatibilityHelper { /** Workaround for TouchEvent constructor sadly not being available on all browsers (e.g. Firefox, Safari) */ static isTouchEvent(event: any): boolean; /** Detect presence of ResizeObserver API */ static isResizeObserverAvailable(): boolean; }