/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/form-field/testing/public-api.ts
16 строк
641 B
Andrew Seguin
refactor: use relative imports within module npm packages (#30588)
12 мар 2025, 00:40
Не верифицирован
12 мар 2025, 00:40
626a465
Код
Авторство
О чём код?
/** * @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 */ // Re-export the base control harness from the "form-field/testing/control" entry-point. To // avoid circular dependencies, harnesses for form-field controls (i.e. input, select) // need to import the base form-field control harness through a separate entry-point. export {MatFormFieldControlHarness} from './control'; export * from './form-field-harness-filters'; export * from './form-field-harness'; export * from './error-harness';