UNPKG

@katoid/angular-grid-layout

Version:

Grid Layout with draggable and resizable items for Angular

17 lines (16 loc) 675 B
import { NgZone, OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class KtdGridService implements OnDestroy { private ngZone; private document; touchMove$: Observable<TouchEvent>; private touchMoveSubject; private touchMoveSubscription; constructor(ngZone: NgZone, document: Document); ngOnDestroy(): void; mouseOrTouchMove$(element: any): Observable<MouseEvent | TouchEvent>; private registerTouchMoveSubscription; static ɵfac: i0.ɵɵFactoryDeclaration<KtdGridService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KtdGridService>; }