Browse Source

removed standalone

pull/5646/head
akramcodez 1 month ago
parent
commit
0d4bda069d
  1. 1
      apps/client/src/app/directives/file-drop/file-drop.directive.ts

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

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

Loading…
Cancel
Save