event fileDropped is not emitted by any applicable directives nor by div element code example
Example: angular directive output
// just use it normal
@Output() itch:EventEmitter<any> = new EventEmitter();
//and call in html
<div appCollar (itch)='scratch()' >