https://github.com/angular/angular
Raw File
Tip revision: 77504f18afd4ff0bacf35599ab4f85892cc92048 authored by Pawel Kozlowski on 16 August 2023, 17:30:20 UTC
release: cut the v17.0.0-next.0 release
Tip revision: 77504f1
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