refactor(facade): use rxjs package
move to new RxJS distribution. BREAKING CHANGE: RxJS imports now are via `rxjs` instead of `@reactivex/rxjs` Individual operators can be imported `import 'rxjs/operators/map'`
This commit is contained in:

committed by
Jeremy Elbourn

parent
a16ac84840
commit
5514dc19d9
@ -14,7 +14,7 @@ System.config({
|
||||
'benchpress/*': 'dist/js/dev/es5/benchpress/*.js',
|
||||
'angular2/*': 'dist/js/dev/es5/angular2/*.js',
|
||||
'angular2_material/*': 'dist/js/dev/es5/angular2_material/*.js',
|
||||
'@reactivex/rxjs/*': 'node_modules/@reactivex/rxjs/*.js'
|
||||
'rxjs/*': 'node_modules/rxjs/*.js'
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user