Browse Source

removed standalone

pull/5646/head
akramcodez 3 months 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({ @Directive({
selector: '[gfFileDrop]', selector: '[gfFileDrop]',
standalone: true
}) })
export class GfFileDropDirective { export class GfFileDropDirective {
@Output() filesDropped = new EventEmitter<FileList>(); @Output() filesDropped = new EventEmitter<FileList>();

Loading…
Cancel
Save