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 965cd7a commit 4ee0b87Copy full SHA for 4ee0b87
src/material-examples/material-module.ts
@@ -1,6 +1,7 @@
1
import {NgModule} from '@angular/core';
2
3
import {ScrollDispatchModule} from '@angular/cdk/scrolling';
4
+import {A11yModule} from '@angular/cdk/a11y';
5
import {CdkTableModule} from '@angular/cdk/table';
6
import {CdkTreeModule} from '@angular/cdk/tree';
7
import {
@@ -15,6 +16,7 @@ import {
15
16
17
@NgModule({
18
imports: [
19
+ A11yModule,
20
CdkTableModule,
21
CdkTreeModule,
22
MatAutocompleteModule,
@@ -55,6 +57,7 @@ import {
55
57
ScrollDispatchModule,
56
58
],
59
exports: [
60
61
62
63
0 commit comments