https://github.com/angular/angular
Raw File
Tip revision: 9da7ea983689e29d0dc9454c73cb978e1ea57c5a authored by Joey Perrott on 24 March 2021, 16:27:09 UTC
release: cut the v12.0.0-next.6 release (#41337)
Tip revision: 9da7ea9
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