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.
2 parents 1a454e1 + cc2eae0 commit 7c546b0Copy full SHA for 7c546b0
src/ui-shell/header/header-item.component.ts
@@ -11,5 +11,5 @@ import { Component, Input } from "@angular/core";
11
`
12
})
13
export class HeaderItem {
14
- @Input() href = "#";
+ @Input() href = "javascript:void(0)";
15
}
0 commit comments