https://github.com/angular/angular
Raw File
Tip revision: 5942fb843fcc9ba92de9ca30726b6e11afb112f1 authored by Joey Perrott on 09 December 2020, 19:57:55 UTC
release: cut the v11.1.0-next.2 release
Tip revision: 5942fb8
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