https://github.com/angular/angular
Raw File
Tip revision: ce3cd509f2038706e05cfafe3acfa6542c2cc902 authored by Misko Hevery on 05 May 2021, 20:54:16 UTC
release: cut the v11.2.13 release
Tip revision: ce3cd50
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