Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ constructor
Method
constructor
src/material/table/table.spec.ts:633–638 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
631
}
632
633
constructor() {
634
super();
635
for
(
let
i = 0; i < 4; i++) {
636
this.addData();
637
}
638
}
639
640
connect(): Observable<TestData[]> {
641
return
this._dataChange;
Callers
nothing calls this directly
Calls
1
addData
Method · 0.95
Tested by
no test coverage detected