https://github.com/angular/angular
Raw File
Tip revision: cc962f5b9f1e192b618225f29af81bb821012b01 authored by Emma Twersky on 10 April 2024, 02:10:07 UTC
fix(docs): formating on signals input guide
Tip revision: cc962f5
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