From b173239cf6b62e78a76dc3da6ab2e927c883f4c6 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Thu, 2 Jun 2016 12:42:02 +0100 Subject: [PATCH] #129 Fixed import --- .../src/components/upload-button.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ng2-components/ng2-alfresco-upload/src/components/upload-button.component.ts b/ng2-components/ng2-alfresco-upload/src/components/upload-button.component.ts index 6592be95b6..52f73dfeae 100644 --- a/ng2-components/ng2-alfresco-upload/src/components/upload-button.component.ts +++ b/ng2-components/ng2-alfresco-upload/src/components/upload-button.component.ts @@ -18,6 +18,7 @@ import { Component, ViewChild, ElementRef, Input, Output, EventEmitter } from 'angular2/core'; import { UploadService } from '../services/upload.service'; +import { FileModel } from '../models/file.model'; import { AlfrescoTranslationService, AlfrescoPipeTranslate } from 'ng2-alfresco-core/dist/ng2-alfresco-core'; import 'rxjs/Rx';