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 55b7111 commit 1887f80Copy full SHA for 1887f80
src/cdk/tree/tree-module.ts
@@ -28,6 +28,6 @@ const EXPORTED_DECLARATIONS = [
28
@NgModule({
29
exports: EXPORTED_DECLARATIONS,
30
declarations: EXPORTED_DECLARATIONS,
31
- providers: [FocusMonitor, CdkTreeNodeDef]
+ providers: [FocusMonitor]
32
})
33
export class CdkTreeModule {}
0 commit comments