We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b670ab commit 1672b51Copy full SHA for 1672b51
src/cdk/tree/tree-module.ts
@@ -6,7 +6,6 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {FocusMonitor} from '@angular/cdk/a11y';
10
import {NgModule} from '@angular/core';
11
import {CdkTreeNodeOutlet} from './outlet';
12
import {CdkTreeNodePadding} from './padding';
@@ -28,6 +27,5 @@ const EXPORTED_DECLARATIONS = [
28
27
@NgModule({
29
exports: EXPORTED_DECLARATIONS,
30
declarations: EXPORTED_DECLARATIONS,
31
- providers: [FocusMonitor]
32
})
33
export class CdkTreeModule {}
0 commit comments