refractor Observable imports

This commit is contained in:
Ibrahim Hadeed
2016-05-20 16:59:18 -04:00
parent bcdec67c2e
commit 9987fb24da
14 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ declare var window;
declare var Promise;
declare var $q;
import {Observable} from 'rxjs/Observable';
import {Observable} from 'rxjs/Rx';
/**
* @private
@@ -335,4 +335,4 @@ export function InstanceProperty(target: Function, key: string, descriptor: Type
};
return descriptor;
}
}