Skip to content

Commit f55b48e

Browse files
committed
expose UploadFile
1 parent ab22ac0 commit f55b48e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ng2-uploader",
33
"description": "Angular2 File Uploader",
4-
"version": "0.5.7",
4+
"version": "0.5.8",
55
"license": "MIT",
66
"main": "ng2-uploader.ts",
77
"author": "Jan Kuri <jkuri88@gmail.com>",

src/services/ng2-uploader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Injectable, EventEmitter} from '@angular/core';
22

3-
class UploadedFile {
3+
export class UploadedFile {
44
id: string;
55
status: number;
66
statusText: string;

0 commit comments

Comments
 (0)