angular/packages/forms/signals/compat/public_api.ts
kirjs 8e80575ff4 refactor(forms): address feedback
Consolidate everything related to converting errors in one place
2026-02-02 14:51:40 -08:00

17 lines
512 B
TypeScript

/**
* @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.dev/license
*/
/**
* @module
* @description
* Entry point for all public APIs of this package.
*/
export * from './src/api/compat_form';
export {CompatValidationError} from '../src/compat/validation_errors';
export * from './src/api/di';
export {SignalFormControl} from './src/signal_form_control/signal_form_control';