Skip to content

Commit

Permalink
build: add ariaLabel to bottom sheet demo (#23601)
Browse files Browse the repository at this point in the history
(cherry picked from commit aa70a34)
  • Loading branch information
zarend authored and wagnermaciel committed Sep 21, 2021
1 parent 2ed15d8 commit dc658be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dev-app/bottom-sheet/bottom-sheet-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export class BottomSheetDemo {
hasBackdrop: defaultConfig.hasBackdrop,
disableClose: defaultConfig.disableClose,
backdropClass: defaultConfig.backdropClass,
direction: 'ltr'
direction: 'ltr',
ariaLabel: 'Example bottom sheet'
};

@ViewChild(TemplateRef) template: TemplateRef<any>;
Expand Down

0 comments on commit dc658be

Please sign in to comment.