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,7 +1,6 @@
import {
Component, View, OnInit, OnDestroy, OnChanges,
Directive, LifecycleEvent,
EventEmitter, ElementRef, Renderer,
Directive, EventEmitter, ElementRef, Renderer,
CORE_DIRECTIVES, FORM_DIRECTIVES, NgClass
} from 'angular2/angular2';

View File

@@ -2,8 +2,7 @@
import {
Component, View, OnInit, OnDestroy, OnChanges,
Directive, LifecycleEvent,
EventEmitter, ElementRef, Renderer,
Directive, EventEmitter, ElementRef, Renderer,
CORE_DIRECTIVES, FORM_DIRECTIVES, NgClass
} from 'angular2/angular2';

View File

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