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';
|
import { ShopComponent } from './shop/shop.component';
|
||||||
|
|
||||||
// TODO: #9. Add the power of @angular/cdk/a11y
|
// TODO: #9. Add the power of @angular/cdk/a11y
|
||||||
|
import { A11yModule } from '@angular/cdk/a11y';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
@@ -64,6 +65,7 @@ import { ShopComponent } from './shop/shop.component';
|
|||||||
MatSliderModule,
|
MatSliderModule,
|
||||||
MatToolbarModule,
|
MatToolbarModule,
|
||||||
GoogleMapsModule,
|
GoogleMapsModule,
|
||||||
|
A11yModule,
|
||||||
],
|
],
|
||||||
providers: [Title],
|
providers: [Title],
|
||||||
bootstrap: [AppComponent]
|
bootstrap: [AppComponent]
|
||||||
|
|||||||
Reference in New Issue
Block a user