https://github.com/angular/angular
Raw File
Tip revision: ec3987ede6d3adc3858b46b524ff4cb1b89aabf5 authored by Andrew Scott on 11 January 2021, 17:25:48 UTC
release: cut the v11.0.8 release (#40391)
Tip revision: ec3987e
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