https://github.com/angular/angular
Raw File
Tip revision: 63275ae82cc4b5d99a551390004459918dee5bb3 authored by Jessica Janiuk on 27 January 2021, 19:44:36 UTC
release: cut the v11.1.1 release (#40598)
Tip revision: 63275ae
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