Upgrade to angular 2.0.0-rc.1

This commit is contained in:
Carlos Iriarte
2016-05-03 16:36:09 -07:00
parent 32219befa8
commit a8c575e7d4
11 changed files with 63 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import { Directive, EventEmitter, ElementRef } from 'angular2/core';
import { Directive, EventEmitter, ElementRef } from '@angular/core';
import { FileUploader } from './file-uploader';

View File

@@ -1,4 +1,4 @@
import { Directive, ElementRef } from 'angular2/core';
import { Directive, ElementRef } from '@angular/core';
import {FileUploader} from './file-uploader';