https://github.com/angular/angular
Raw File
Tip revision: 539d720fcde2ba5094224abc6e7380f9f6d4828f authored by Andrew Scott on 10 November 2021, 23:41:43 UTC
release: cut the v13.0.1 release (#44139)
Tip revision: 539d720
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