Skip to content

Commit 57072fa

Browse files
committed
fix(cdk/tree): remove FocusMonitor from CdkTreeModule providers
1 parent c77a904 commit 57072fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk/tree/tree-module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {FocusMonitor} from '@angular/cdk/a11y';
109
import {NgModule} from '@angular/core';
1110
import {CdkTreeNodeOutlet} from './outlet';
1211
import {CdkTreeNodePadding} from './padding';
@@ -28,6 +27,5 @@ const EXPORTED_DECLARATIONS = [
2827
@NgModule({
2928
exports: EXPORTED_DECLARATIONS,
3029
declarations: EXPORTED_DECLARATIONS,
31-
providers: [FocusMonitor]
3230
})
3331
export class CdkTreeModule {}

0 commit comments

Comments
 (0)