Browse Source

added format

pull/5646/head
akramcodez 3 months ago
parent
commit
e9dfa55476
  1. 2
      apps/client/src/app/directives/file-drop/file-drop.directive.ts

2
apps/client/src/app/directives/file-drop/file-drop.directive.ts

@ -1,7 +1,7 @@
import { Directive, EventEmitter, HostListener, Output } from '@angular/core'; import { Directive, EventEmitter, HostListener, Output } from '@angular/core';
@Directive({ @Directive({
selector: '[gfFileDrop]', selector: '[gfFileDrop]'
}) })
export class GfFileDropDirective { export class GfFileDropDirective {
@Output() filesDropped = new EventEmitter<FileList>(); @Output() filesDropped = new EventEmitter<FileList>();

Loading…
Cancel
Save