Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit c02a4ee

Browse files
committed
codelab: add the power of @angular/cdk/a11y
1 parent e66e834 commit c02a4ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/app.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { NavigationComponent } from './navigation/navigation.component';
3939
import { ShopComponent } from './shop/shop.component';
4040

4141
// TODO: #9. Add the power of @angular/cdk/a11y
42+
import { A11yModule } from '@angular/cdk/a11y';
4243

4344
@NgModule({
4445
declarations: [
@@ -64,6 +65,7 @@ import { ShopComponent } from './shop/shop.component';
6465
MatSliderModule,
6566
MatToolbarModule,
6667
GoogleMapsModule,
68+
A11yModule,
6769
],
6870
providers: [Title],
6971
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)