projects/aoc-client/ui/common/directives/aoc-ui-file-select/aoc-ui-file-select.directive.ts
OnInit
OnDestroy
| Selector | [aocUiFileSelect] |
| Standalone | true |
Methods |
|
Inputs |
Outputs |
HostListeners |
constructor(el: ElementRef)
|
||||||
|
Parameters :
|
| accept |
Type : string
|
| capture |
Type : string
|
| multiple |
Type : boolean
|
| aocUiFileSelect |
Type : EventEmitter
|
| click |
Arguments : '$event'
|
| Public onClick | ||||||
onClick($event: DragEvent)
|
||||||
Decorators :
@HostListener('click', ['$event'])
|
||||||
|
Parameters :
Returns :
void
|