We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7d0e3 commit 53c42a4Copy full SHA for 53c42a4
src/demo-app/a11y/a11y.ts
@@ -48,7 +48,7 @@ export class AccessibilityDemo {
48
{name: 'Tooltip', route: 'tooltip'},
49
];
50
51
- constructor(private router: Router) {
+ constructor(router: Router) {
52
router.events.subscribe(event => {
53
let nav = this.navItems.find(navItem => {
54
let fragments = (event as NavigationEnd).url.split('/');
0 commit comments