https://github.com/angular/angular
Raw File
Tip revision: 29ecb398952d6a47af09a1ee9e87dcece72844c9 authored by Andrew Kushnir on 20 June 2024, 19:04:34 UTC
release: cut the v18.1.0-next.3 release
Tip revision: 29ecb39
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