Skip to content

Commit

Permalink
fix(cdk/tree): remove FocusMonitor from CdkTreeModule providers (#20493)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1672b51)
  • Loading branch information
annieyw authored and wagnermaciel committed Sep 16, 2020
1 parent da8cf79 commit 7ec2ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cdk/tree/tree-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -28,6 +27,5 @@ const EXPORTED_DECLARATIONS = [
@NgModule({
exports: EXPORTED_DECLARATIONS,
declarations: EXPORTED_DECLARATIONS,
providers: [FocusMonitor]
})
export class CdkTreeModule {}

0 comments on commit 7ec2ee5

Please sign in to comment.