https://github.com/angular/angular
Raw File
Tip revision: 0c36f821343036dc37cb2246f70e3163dbe68af7 authored by Jessica Janiuk on 02 February 2022, 19:39:30 UTC
release: cut the v14.0.0-next.1 release (#44951)
Tip revision: 0c36f82
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