We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab22ac0 commit f55b48eCopy full SHA for f55b48e
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ng2-uploader",
3
"description": "Angular2 File Uploader",
4
- "version": "0.5.7",
+ "version": "0.5.8",
5
"license": "MIT",
6
"main": "ng2-uploader.ts",
7
"author": "Jan Kuri <jkuri88@gmail.com>",
src/services/ng2-uploader.ts
@@ -1,6 +1,6 @@
import {Injectable, EventEmitter} from '@angular/core';
-class UploadedFile {
+export class UploadedFile {
id: string;
status: number;
statusText: string;
0 commit comments