Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Oct 15, 2023
1 parent 1a2f69a commit 7fec4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/layout/menu/app.menuitem.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class AppMenuItemComponent {

@Input() root: boolean = true;

constructor(private router: Router) { }
constructor(private router: Router) {}

isActiveRootMenuItem(menuitem: MenuItem): boolean {
const url = this.router.url.split('#')[0];
Expand Down

0 comments on commit 7fec4a4

Please sign in to comment.