mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Angular 19 migration (#10795)
This commit is contained in:
committed by
GitHub
parent
c7f28d54d6
commit
951b22e098
@@ -21,8 +21,7 @@ import { Directive, ElementRef, HostListener, Input, NgZone, OnDestroy, OnInit,
|
||||
import { FileInfo, FileUtils } from '../common/utils/file-utils';
|
||||
|
||||
@Directive({
|
||||
selector: '[adf-upload]',
|
||||
standalone: true
|
||||
selector: '[adf-upload]'
|
||||
})
|
||||
export class UploadDirective implements OnInit, OnDestroy {
|
||||
/** Enables/disables uploading. */
|
||||
|
Reference in New Issue
Block a user