Skip to content

Commit 6ccf5a2

Browse files
literalpiejelbourn
authored andcommitted
docs(table): make viewchange documentation private (#15068)
1 parent aae6972 commit 6ccf5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cdk/table/table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
351351
/**
352352
* Stream containing the latest information on what rows are being displayed on screen.
353353
* Can be used by the data source to as a heuristic of what data should be provided.
354+
*
355+
* @docs-private
354356
*/
355357
viewChange: BehaviorSubject<{start: number, end: number}> =
356358
new BehaviorSubject<{start: number, end: number}>({start: 0, end: Number.MAX_VALUE});

0 commit comments

Comments
 (0)