https://github.com/angular/angular
Raw File
Tip revision: 6280a98ff19162ec13c0d8118e0c176be1489b58 authored by Alex Rickabaugh on 02 June 2022, 16:49:43 UTC
release: cut the v14.0.0 release (#46223)
Tip revision: 6280a98
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
 */

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

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