Skip to content

Commit 1887f80

Browse files
annieywmmalerba
authored andcommitted
fix(cdk/tree): remove CdkTreeNodeDef from CdkTreeModules providers (#20491)
(cherry picked from commit a45efb8)
1 parent 55b7111 commit 1887f80

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)