https://github.com/angular/angular
Raw File
Tip revision: 8c029c6402d8c1d700315b33d435e02d94390118 authored by Angular Robot on 06 August 2024, 05:03:56 UTC
build: update actions/upload-artifact action to v4.3.5 (#57271)
Tip revision: 8c029c6
public_api.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
 */

/// <reference types="jasmine" />

/**
 * @module
 * @description
 * Entry point for all public APIs of this package.
 */
export * from './src/testing';

// This file only reexports content of the `src` folder. Keep it that way.
back to top