Mercurial > hg > ng2-query-ismi
comparison app/query.service.ts @ 45:dc4f0541f04d ng2-rc1
update to angular2-rc1. mostly working ;-(
author | casties |
---|---|
date | Tue, 14 Jun 2016 20:00:39 +0200 |
parents | 5353b2dffb0f |
children |
comparison
equal
deleted
inserted
replaced
44:3779464b830e | 45:dc4f0541f04d |
---|---|
1 import {Injectable} from 'angular2/core'; | 1 import {Injectable} from '@angular/core'; |
2 import {Http, Headers} from 'angular2/http'; | 2 import {Http, Headers} from '@angular/http'; |
3 | 3 |
4 import 'rxjs/Rx'; // import all RxJS operators | 4 import 'rxjs/Rx'; // import all RxJS operators |
5 //import 'rxjs/add/operator/map'; | 5 //import 'rxjs/add/operator/map'; |
6 | 6 |
7 import {NEO4J_BASE_URL, NEO4J_AUTHENTICATION} from './app-config'; | 7 import {NEO4J_BASE_URL, NEO4J_AUTHENTICATION} from './app-config'; |