/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/forms/signals/compat/public_api.ts
18 строк
560 B
kirjs
refactor(forms): add structured extract filter
17 мар 2026, 00:24
17 мар 2026, 00:24
6703e6c
Код
Авторство
О чём код?
/** * @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 {extractValue} from './src/api/extract'; export {CompatValidationError} from '../src/compat/validation_errors'; export * from './src/api/di'; export {SignalFormControl} from './src/signal_form_control/signal_form_control';