diff --git a/src/cdk/tree/tree-module.ts b/src/cdk/tree/tree-module.ts index 56cc718da0be..e04798dcc0d2 100644 --- a/src/cdk/tree/tree-module.ts +++ b/src/cdk/tree/tree-module.ts @@ -28,6 +28,6 @@ const EXPORTED_DECLARATIONS = [ @NgModule({ exports: EXPORTED_DECLARATIONS, declarations: EXPORTED_DECLARATIONS, - providers: [FocusMonitor, CdkTreeNodeDef] + providers: [FocusMonitor] }) export class CdkTreeModule {}