Skip to content

Commit

Permalink
expose UploadFile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jul 29, 2016
1 parent ab22ac0 commit f55b48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "0.5.7",
"version": "0.5.8",
"license": "MIT",
"main": "ng2-uploader.ts",
"author": "Jan Kuri <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/services/ng2-uploader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Injectable, EventEmitter} from '@angular/core';

class UploadedFile {
export class UploadedFile {
id: string;
status: number;
statusText: string;
Expand Down

0 comments on commit f55b48e

Please sign in to comment.