Skip to content

Instantly share code, notes, and snippets.

View AnteaterKit's full-sized avatar

AnteaterKit AnteaterKit

View GitHub Profile
@AnteaterKit
AnteaterKit / d1.ts
Created March 8, 2020 11:23
angular drag and drop file directive
import { Directive, ElementRef, HostListener } from '@angular/core';
@Directive({
selector: '[appAsFileDrop]'
})
export class AsFileDropDirective {
private element: HTMLElement;
constructor(private elementRef: ElementRef) {
this.element = elementRef.nativeElement;
}
{
"data": [
{ "article": "1", "colorCode": "Windstorm", "materialCode": "23" }
]
}