diff --git a/src/cdk/tree/tree-module.ts b/src/cdk/tree/tree-module.ts index e04798dcc0d2..6e2925e6a623 100644 --- a/src/cdk/tree/tree-module.ts +++ b/src/cdk/tree/tree-module.ts @@ -6,7 +6,6 @@ * found in the LICENSE file at https://angular.io/license */ -import {FocusMonitor} from '@angular/cdk/a11y'; import {NgModule} from '@angular/core'; import {CdkTreeNodeOutlet} from './outlet'; import {CdkTreeNodePadding} from './padding'; @@ -28,6 +27,5 @@ const EXPORTED_DECLARATIONS = [ @NgModule({ exports: EXPORTED_DECLARATIONS, declarations: EXPORTED_DECLARATIONS, - providers: [FocusMonitor] }) export class CdkTreeModule {}