feature(core): update RxJS to 5.0.0-beta.11 (#10648)

This commit is contained in:
Rob Wormald
2016-08-22 17:17:23 -07:00
committed by Kara
parent 3c561475c8
commit ca41b4f5ff
14 changed files with 55 additions and 31 deletions

View File

@ -8,7 +8,7 @@
"author": "angular",
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-beta.6",
"rxjs": "5.0.0-beta.11",
"zone.js": "^0.6.6"
},
"repository": {

View File

@ -0,0 +1,16 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export * from './async';
export * from './component_fixture';
export * from './fake_async';
export * from './test_bed';
export * from './testing';
export * from './metadata_override';
export * from '../private_export_testing';