chore(): update rxjs

This commit is contained in:
Tim Lancina
2016-02-05 15:05:46 -06:00
parent eb7251f17e
commit bf28669e1a
3 changed files with 671 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ declare var window;
declare var Promise;
declare var $q;
import {Observable} from '@reactivex/rxjs/dist/cjs/Rx';
import {Observable} from 'rxjs/Observable';
export const getPlugin = function(pluginRef: string): any {