[ACS-7382] Standalone core directives, improved lint performance (#9559)

This commit is contained in:
Denys Vuika
2024-04-15 15:16:17 -04:00
committed by GitHub
parent 86d3ca7892
commit 7854cde20f
16 changed files with 86 additions and 108 deletions

View File

@@ -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. */