Upgrade to angular 2.0.0-rc.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Directive, EventEmitter, ElementRef } from 'angular2/core';
|
||||
import { Directive, EventEmitter, ElementRef } from '@angular/core';
|
||||
|
||||
import { FileUploader } from './file-uploader';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Directive, ElementRef } from 'angular2/core';
|
||||
import { Directive, ElementRef } from '@angular/core';
|
||||
|
||||
import {FileUploader} from './file-uploader';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user