Skip to content

Commit

Permalink
chore(package): update angular to alpha 53
Browse files Browse the repository at this point in the history
  • Loading branch information
r-park committed Dec 14, 2015
1 parent afd5a14 commit b838971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typings": "./ng2-translate.d.ts",
"homepage": "https://github.com/ocombe/ng2-translate",
"dependencies": {
"angular2": "2.0.0-alpha.52",
"angular2": "2.0.0-alpha.53",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/translate.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {PipeTransform, Pipe, Injectable} from 'angular2/angular2';
import {PipeTransform, Pipe, Injectable} from 'angular2/core';
import {TranslateService} from './translate.service';

@Injectable()
Expand Down
2 changes: 1 addition & 1 deletion src/translate.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Injectable, EventEmitter} from 'angular2/angular2';
import {Injectable, EventEmitter} from 'angular2/core';
import {Http, Response} from 'angular2/http';
import {Observable} from 'rxjs/Observable'
import 'rxjs/add/observable/fromArray.js';
Expand Down

0 comments on commit b838971

Please sign in to comment.