Skip to content

Commit a45efb8

Browse files
authored
fix(cdk/tree): remove CdkTreeNodeDef from CdkTreeModules providers (#20491)
1 parent f00f46a commit a45efb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/tree/tree-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ const EXPORTED_DECLARATIONS = [
2828
@NgModule({
2929
exports: EXPORTED_DECLARATIONS,
3030
declarations: EXPORTED_DECLARATIONS,
31-
providers: [FocusMonitor, CdkTreeNodeDef]
31+
providers: [FocusMonitor]
3232
})
3333
export class CdkTreeModule {}

0 commit comments

Comments
 (0)