File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- /// <reference path="node_modules/angular2/core.d.ts" />
2
- /// <reference path="node_modules/angular2/http.d.ts" />
3
- /// <reference path="node_modules/rxjs/Rx.d.ts" />
4
1
import { Http , Request } from "angular2/http" ;
5
2
import { Observable } from "rxjs/Observable" ;
6
3
/**
Original file line number Diff line number Diff line change 1
- /// <reference path="node_modules/angular2/core.d.ts" />
2
- /// <reference path="node_modules/angular2/http.d.ts" />
3
- /// <reference path="node_modules/rxjs/Rx.d.ts" />
4
-
5
1
/*
6
2
7
3
angular2-rest
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/Paldom/angular2-rest#readme" ,
28
28
"dependencies" : {
29
- "angular2" : " ^2.0.0-beta.0 " ,
29
+ "angular2" : " ^2.0.0-beta.7 " ,
30
30
"es6-promise" : " ^3.0.2" ,
31
31
"es6-shim" : " ^0.33.13" ,
32
32
"reflect-metadata" : " ^0.1.2" ,
You can’t perform that action at this time.
0 commit comments