https://github.com/angular/angular
Raw File
Tip revision: dd8490f384af55e11126fd98be4bf1ad91831057 authored by Jessica Janiuk on 08 February 2024, 18:13:54 UTC
release: cut the v17.1.3 release
Tip revision: dd8490f
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