feature(core): update RxJS to 5.0.0-beta.11 (#10648)
This commit is contained in:
16
modules/@angular/core/testing/index.ts
Normal file
16
modules/@angular/core/testing/index.ts
Normal 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';
|
Reference in New Issue
Block a user