mirror of
https://github.com/Raghu-Ch/angular-accessibility.git
synced 2026-02-10 04:43:02 -05:00
codelab: add the power of @angular/cdk/a11y
This commit is contained in:
@@ -39,6 +39,7 @@ import { NavigationComponent } from './navigation/navigation.component';
|
||||
import { ShopComponent } from './shop/shop.component';
|
||||
|
||||
// TODO: #9. Add the power of @angular/cdk/a11y
|
||||
import { A11yModule } from '@angular/cdk/a11y';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -64,6 +65,7 @@ import { ShopComponent } from './shop/shop.component';
|
||||
MatSliderModule,
|
||||
MatToolbarModule,
|
||||
GoogleMapsModule,
|
||||
A11yModule,
|
||||
],
|
||||
providers: [Title],
|
||||
bootstrap: [AppComponent]
|
||||
|
||||
Reference in New Issue
Block a user