Skip to content

Commit ea6ffa5

Browse files
committed
update api golden
1 parent 2cca961 commit ea6ffa5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tools/public_api_guard/cdk/table.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ export class CdkRowDef<T> extends BaseRowDef {
297297
// @public
298298
export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDestroy, OnInit {
299299
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,
300-
_stickyPositioningListener: StickyPositioningListener);
300+
_stickyPositioningListener: StickyPositioningListener,
301+
_ngZone: NgZone);
301302
addColumnDef(columnDef: CdkColumnDef): void;
302303
addFooterRowDef(footerRowDef: CdkFooterRowDef): void;
303304
addHeaderRowDef(headerRowDef: CdkHeaderRowDef): void;
@@ -344,6 +345,8 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
344345
ngOnDestroy(): void;
345346
// (undocumented)
346347
ngOnInit(): void;
348+
// @deprecated (undocumented)
349+
protected readonly _ngZone: NgZone;
347350
_noDataRow: CdkNoDataRow;
348351
// (undocumented)
349352
_noDataRowOutlet: NoDataRowOutlet;
@@ -372,7 +375,7 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
372375
// (undocumented)
373376
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"]>;
374377
// (undocumented)
375-
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
378+
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTable<any>, [null, null, null, { attribute: "role"; }, { optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
376379
}
377380

378381
// @public (undocumented)

0 commit comments

Comments
 (0)