/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/table/public-api.ts
18 строк
542 B
Kristiyan Kostadinov
refactor(cdk/table): move virtual scrolling logic into the table
09 дек 2025, 20:37
09 дек 2025, 20:37
4090b2b
Код
Авторство
О чём код?
/** * @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 './table'; export * from './cell'; export * from './row'; export * from './table-module'; export * from './sticky-position-listener'; export * from './text-column'; export * from './tokens'; /** Re-export DataSource for a more intuitive experience for users of just the table. */ export {DataSource} from '../collections';