https://github.com/angular/angular
Raw File
Tip revision: cc0b1df7ef43e4d4daf60a0fad88a95699f31e41 authored by Joey Perrott on 24 April 2023, 14:46:55 UTC
fixup! ci: update gcp token
Tip revision: cc0b1df
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