https://github.com/angular/angular
Raw File
Tip revision: 52d2e4670076fed1ec97f9119f00330ed515b07b authored by Andrew Kushnir on 29 April 2020, 21:07:45 UTC
release: cut the v10.0.0-next.4 release
Tip revision: 52d2e46
private_export_testing.ts
/**
 * @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 {TestingCompiler as ɵTestingCompiler, TestingCompilerFactory as ɵTestingCompilerFactory} from './test_compiler';
back to top