UNPKG

597 BJavaScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import * as mock_animation_player from './mock_animation_player';
9import * as test_compiler from './test_compiler';
10export var __core_private_testing__ = {
11 TestingCompiler: test_compiler.TestingCompiler,
12 TestingCompilerFactory: test_compiler.TestingCompilerFactory,
13 MockAnimationPlayer: mock_animation_player.MockAnimationPlayer
14};
15//# sourceMappingURL=private_export_testing.js.map
\No newline at end of file