Skip to content

Commit

Permalink
fix(cdk/tree): remove CdkTreeNodeDef from CdkTreeModules providers (#…
Browse files Browse the repository at this point in the history
…20491)

(cherry picked from commit a45efb8)
  • Loading branch information
annieyw authored and mmalerba committed Sep 5, 2020
1 parent 55b7111 commit 1887f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/tree/tree-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const EXPORTED_DECLARATIONS = [
@NgModule({
exports: EXPORTED_DECLARATIONS,
declarations: EXPORTED_DECLARATIONS,
providers: [FocusMonitor, CdkTreeNodeDef]
providers: [FocusMonitor]
})
export class CdkTreeModule {}

0 comments on commit 1887f80

Please sign in to comment.