Updated: angular2 0.40.0 integration

This commit is contained in:
buchslava
2015-10-15 13:08:11 +03:00
parent 9edba490fc
commit d993060c62
7 changed files with 48 additions and 44 deletions

View File

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