angular-grid-layout-ngx13
Version:
Grid Layout with draggable and resizable items for Angular
16 lines (15 loc) • 632 B
TypeScript
import { NgZone, OnDestroy } from '@angular/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class KtdGridService implements OnDestroy {
private ngZone;
touchMove$: Observable<TouchEvent>;
private touchMoveSubject;
private touchMoveSubscription;
constructor(ngZone: NgZone);
ngOnDestroy(): void;
mouseOrTouchMove$(element: any): Observable<MouseEvent | TouchEvent>;
private registerTouchMoveSubscription;
static ɵfac: i0.ɵɵFactoryDeclaration<KtdGridService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KtdGridService>;
}