Skip to content

Commit

Permalink
chore: fix lint error in a11y demo (angular#7401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Sep 28, 2017
1 parent 1a7d0e3 commit 53c42a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/a11y/a11y.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class AccessibilityDemo {
{name: 'Tooltip', route: 'tooltip'},
];

constructor(private router: Router) {
constructor(router: Router) {
router.events.subscribe(event => {
let nav = this.navItems.find(navItem => {
let fragments = (event as NavigationEnd).url.split('/');
Expand Down

0 comments on commit 53c42a4

Please sign in to comment.