https://github.com/angular/angular
Raw File
Tip revision: a114ebad7e8f2a3074ef13d0f010920f9da2bcf2 authored by Alex Rickabaugh on 12 June 2024, 23:24:00 UTC
release: cut the v18.1.0-next.2 release
Tip revision: a114eba
testing_internal.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 {inject} from './test_bed';

export * from './logger';
back to top