Skip to content

Commit ed8ff4f

Browse files
committed
fix(angular): routerLink integration
1 parent 8aa6965 commit ed8ff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/directives/navigation/href-delegate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class HrefDelegate {
88

99
@Input()
1010
set routerLink(_: any) {
11-
this.elementRef.nativeElement.href = '#';
11+
this.elementRef.nativeElement.button = true;
1212
}
1313

1414
@Input()

0 commit comments

Comments
 (0)