chore(version): upgrade to angular2 beta-0
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import {
|
||||
Component, View, OnInit, OnDestroy, OnChanges,
|
||||
Directive, EventEmitter, ElementRef, Renderer,
|
||||
CORE_DIRECTIVES, FORM_DIRECTIVES, NgClass
|
||||
} from 'angular2/angular2';
|
||||
import { Directive, EventEmitter, ElementRef } from 'angular2/core';
|
||||
|
||||
import {FileUploader} from './file-uploader';
|
||||
import { FileUploader } from './file-uploader';
|
||||
|
||||
@Directive({
|
||||
selector: '[ng2-file-drop]',
|
||||
|
||||
Reference in New Issue
Block a user