/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/form-field/public-api.ts
17 строк
527 B
Kristiyan Kostadinov
fix(material/form-field): remove deprecated animation definitions
29 авг 2025, 16:05
29 авг 2025, 16:05
232b9fc
Код
Авторство
О чём код?
/** * @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 './directives/label'; export * from './directives/error'; export * from './directives/hint'; export * from './directives/prefix'; export * from './directives/suffix'; export * from './form-field'; export * from './form-field-module'; export * from './form-field-control'; export * from './form-field-errors';