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 e66e834 commit c02a4eeCopy full SHA for c02a4ee
1 file changed
src/app/app.module.ts
@@ -39,6 +39,7 @@ import { NavigationComponent } from './navigation/navigation.component';
39
import { ShopComponent } from './shop/shop.component';
40
41
// TODO: #9. Add the power of @angular/cdk/a11y
42
+import { A11yModule } from '@angular/cdk/a11y';
43
44
@NgModule({
45
declarations: [
@@ -64,6 +65,7 @@ import { ShopComponent } from './shop/shop.component';
64
65
MatSliderModule,
66
MatToolbarModule,
67
GoogleMapsModule,
68
+ A11yModule,
69
],
70
providers: [Title],
71
bootstrap: [AppComponent]
0 commit comments