Last change
on this file since b738035 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
555 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import { TreeNodeDragEvent } from './treenodedragevent';
|
---|
| 2 | import * as i0 from "@angular/core";
|
---|
| 3 | export declare class TreeDragDropService {
|
---|
| 4 | private dragStartSource;
|
---|
| 5 | private dragStopSource;
|
---|
| 6 | dragStart$: import("rxjs").Observable<TreeNodeDragEvent>;
|
---|
| 7 | dragStop$: import("rxjs").Observable<TreeNodeDragEvent>;
|
---|
| 8 | startDrag(event: TreeNodeDragEvent): void;
|
---|
| 9 | stopDrag(event: TreeNodeDragEvent): void;
|
---|
| 10 | static ɵfac: i0.ɵɵFactoryDeclaration<TreeDragDropService, never>;
|
---|
| 11 | static ɵprov: i0.ɵɵInjectableDeclaration<TreeDragDropService>;
|
---|
| 12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.