https://github.com/angular/angular
Raw File
Tip revision: 049e4ab59687f5988c2b2091e067aacea46b6a42 authored by Dylan Hunn on 06 December 2023, 18:10:45 UTC
release: cut the v17.0.6 release
Tip revision: 049e4ab
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/forms';

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