/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/forms/signals/src/api/rules/index.ts
13 строк
344 B
Miles Malerba
feat(forms): redo the signal forms metadata API
09 дек 2025, 20:21
09 дек 2025, 20:21
ebc5c2b
Код
Авторство
О чём код?
/** * @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 */ export * from './disabled'; export * from './hidden'; export * from './metadata'; export * from './readonly'; export * from './validation';