/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/platform/public-api.ts
15 строк
475 B
Kristiyan Kostadinov
fix(multiple): remove backwards-compatibility code (#30747)
31 мар 2025, 09:47
Не верифицирован
31 мар 2025, 09:47
5909713
Код
Авторство
О чём код?
/** * @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 './platform'; export * from './platform-module'; export * from './features/input-types'; export * from './features/passive-listeners'; export * from './features/scrolling'; export * from './features/shadow-dom'; export * from './features/test-environment';