We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065d03 commit a3c9d96Copy full SHA for a3c9d96
src/lib/sort/sort.spec.ts
@@ -203,6 +203,7 @@ class FakeDataSource extends DataSource<any> {
203
connect(collectionViewer: CollectionViewer): Observable<any[]> {
204
return map.call(collectionViewer.viewChange, () => []);
205
}
206
+ disconnect() {}
207
208
209
@Component({
src/lib/table/table.spec.ts
@@ -68,6 +68,8 @@ class FakeDataSource extends DataSource<TestData> {
68
return this._dataChange;
69
70
71
72
+
73
addData() {
74
const nextIndex = this.data.length + 1;
75
0 commit comments