@@ -289,7 +289,8 @@ export class CdkRowDef<T> extends BaseRowDef {
289289// @public
290290export class CdkTable <T > implements AfterContentChecked , CollectionViewer , OnDestroy , OnInit {
291291 constructor (_differs : IterableDiffers , _changeDetectorRef : ChangeDetectorRef , _elementRef : ElementRef , role : string , _dir : Directionality , _document : any , _platform : Platform , _viewRepeater : _ViewRepeater <T , RenderRow <T >, RowContext <T >>, _coalescedStyleScheduler : _CoalescedStyleScheduler , _viewportRuler : ViewportRuler ,
292- _stickyPositioningListener : StickyPositioningListener );
292+ _stickyPositioningListener : StickyPositioningListener ,
293+ _ngZone : NgZone );
293294 addColumnDef(columnDef : CdkColumnDef ): void ;
294295 addFooterRowDef(footerRowDef : CdkFooterRowDef ): void ;
295296 addHeaderRowDef(headerRowDef : CdkHeaderRowDef ): void ;
@@ -332,6 +333,8 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
332333 ngOnDestroy(): void ;
333334 // (undocumented)
334335 ngOnInit(): void ;
336+ // @deprecated (undocumented)
337+ protected readonly _ngZone: NgZone ;
335338 _noDataRow: CdkNoDataRow ;
336339 // (undocumented)
337340 _noDataRowOutlet: NoDataRowOutlet ;
@@ -360,7 +363,7 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
360363 // (undocumented)
361364 static ɵcmp: i0 .ɵɵComponentDeclaration <CdkTable <any >, " cdk-table, table[cdk-table]" , [" cdkTable" ], { " trackBy" : " trackBy" ; " dataSource" : " dataSource" ; " multiTemplateDataRows" : " multiTemplateDataRows" ; " fixedLayout" : " fixedLayout" ; }, { " contentChanged" : " contentChanged" ; }, [" _noDataRow" , " _contentColumnDefs" , " _contentRowDefs" , " _contentHeaderRowDefs" , " _contentFooterRowDefs" ], [" caption" , " colgroup, col" ]>;
362365 // (undocumented)
363- static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }]>;
366+ static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }, { optional : true ; } ]>;
364367}
365368
366369// @public (undocumented)
0 commit comments