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 dabce48 commit 4de31b5Copy full SHA for 4de31b5
src/cdk/tree/tree.ts
@@ -65,7 +65,7 @@ import {
65
// The view for `CdkTree` consists entirely of templates declared in other views. As they are
66
// declared elsewhere, they are checked when their declaration points are checked.
67
// tslint:disable-next-line:validate-decorators
68
- changeDetection: ChangeDetectionStrategy.OnPush,
+ changeDetection: ChangeDetectionStrategy.Default,
69
standalone: true,
70
imports: [CdkTreeNodeOutlet],
71
})
0 commit comments