mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-7382] Standalone core directives, improved lint performance (#9559)
This commit is contained in:
@@ -21,7 +21,8 @@ import { Directive, ElementRef, HostListener, Input, NgZone, OnDestroy, OnInit,
|
||||
import { FileInfo, FileUtils } from '../common/utils/file-utils';
|
||||
|
||||
@Directive({
|
||||
selector: '[adf-upload]'
|
||||
selector: '[adf-upload]',
|
||||
standalone: true
|
||||
})
|
||||
export class UploadDirective implements OnInit, OnDestroy {
|
||||
/** Enables/disables uploading. */
|
||||
|
Reference in New Issue
Block a user