feat(router): add RouterTestModule

This commit is contained in:
vsavkin
2016-07-07 14:13:32 -07:00
parent c43dd5a655
commit 72544ba551
5 changed files with 128 additions and 78 deletions

View File

@ -0,0 +1,9 @@
/**
* @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 './testing/router_test_module';