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 94a9d70 commit 05b614cCopy full SHA for 05b614c
src/cdk/tree/tree.spec.ts
@@ -782,6 +782,8 @@ describe('CdkTree', () => {
782
fixture = TestBed.createComponent(NestedCdkTreeAppWithTrackBy);
783
component = fixture.componentInstance;
784
component.trackByStrategy = trackByStrategy;
785
+ fixture.detectChanges();
786
+
787
dataSource = component.dataSource as FakeDataSource;
788
fixture.detectChanges();
789
0 commit comments