https://github.com/angular/angular
Raw File
Tip revision: b2a081a19d6d006023b0f79076e9e499441a7810 authored by Andrew Kushnir on 27 January 2022, 00:10:13 UTC
release: cut the v12.2.16 release (#44847)
Tip revision: b2a081a
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