I just copied your code and I’m getting the same error as here:
Can’t bind to ‘uploader’ since it isn’t a known property of ‘div’. (“div ng2FileDrop [ngClass]=”{‘nv-file-over’: hasBaseDropZoneOver}" (fileOver)=“fileOverBase($event)” [ERROR ->][uploader]=“uploader” class=“well my-drop-zone”>
How did you solve that?
EDIT:
Solved it with this: ng2 file upload - Angular 2: Can't bind to 'uploader' since it isn't a known property of 'input' - Stack Overflow