https://github.com/angular/angular
Raw File
Tip revision: a4c9e8df6d28f70804c69e42c6094cd6323fc6bc authored by Andrew Kushnir on 22 June 2022, 23:44:31 UTC
release: cut the v14.0.3 release
Tip revision: a4c9e8d
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