Skip to content

Commit 53c42a4

Browse files
authored
chore: fix lint error in a11y demo (#7401)
1 parent 1a7d0e3 commit 53c42a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/a11y/a11y.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class AccessibilityDemo {
4848
{name: 'Tooltip', route: 'tooltip'},
4949
];
5050

51-
constructor(private router: Router) {
51+
constructor(router: Router) {
5252
router.events.subscribe(event => {
5353
let nav = this.navItems.find(navItem => {
5454
let fragments = (event as NavigationEnd).url.split('/');

0 commit comments

Comments
 (0)