Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ constructor
Method
constructor
src/cdk/table/table.spec.ts:2393–2395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2391
cdr = inject(ChangeDetectorRef);
2392
2393
constructor() {
2394
this.dataSource.addData();
2395
}
2396
2397
@ViewChild(CdkTable) table!: CdkTable<TestData>;
2398
Callers
nothing calls this directly
Calls
1
addData
Method · 0.45
Tested by
no test coverage detected