https://github.com/angular/angular
Raw File
Tip revision: b31f5dd2f0b22a88a07ce19b8fa88c31b6caa285 authored by Dylan Hunn on 10 August 2022, 17:58:46 UTC
release: cut the v14.1.2 release
Tip revision: b31f5dd
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