comparison app/normalization.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 5
6 import {OPENMIND_BASE_URL} from './app-config'; 6 import {OPENMIND_BASE_URL} from './app-config';
7 7