-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
@Directive({
selector: 'cdk-virtual-scroll-viewport[tableData]',
providers: [
{
provide: VIRTUAL_SCROLL_STRATEGY,
useFactory: (scroll: TableFixedSizeVirtualScroll) => scroll.scrollStrategy,
deps: [forwardRef(() => TableFixedSizeVirtualScroll)]
}
]
})
export class TableFixedSizeVirtualScroll<T = any> implements OnInit, OnChanges, OnDestroy {
}Metadata
Metadata
Assignees
Labels
No labels
