Updated: angular2 0.42.0 integration

This commit is contained in:
buchslava
2015-10-15 19:25:47 +03:00
parent d993060c62
commit a2f774a0be
9 changed files with 61 additions and 84 deletions

View File

@@ -1,6 +1,5 @@
import {FileLikeObject} from './file-like-object';
import {FileUploader} from './file-uploader';
import Form = ng.Form;
export class FileItem {
public file:FileLikeObject;

View File

@@ -1,5 +1,3 @@
/// <reference path="../../tsd.d.ts" />
import {
Component, View, OnInit, OnDestroy, OnChanges,
Directive, EventEmitter, ElementRef, Renderer,

View File

@@ -1,5 +0,0 @@
/// <reference path="../tsd.d.ts" />
declare module 'ng2-file-upload' {
export = require('index');
}