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:3383–3385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3381
isFixedLayout = signal(true);
3382
3383
constructor() {
3384
this.dataSource.addData(2000);
3385
}
3386
}
3387
3388
@Component({
Callers
nothing calls this directly
Calls
1
addData
Method · 0.45
Tested by
no test coverage detected