https://github.com/angular/angular
Raw File
Tip revision: c110d050f247f569b2e95bd7787ef2dfeff8beac authored by Zach Arend on 26 May 2021, 18:00:17 UTC
release: cut the v12.1.0-next.3 release (#42360)
Tip revision: c110d05
private_export_testing.ts
/**
 * @license
 * Copyright Google LLC 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