mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
fix(angular): routerLink integration
This commit is contained in:
@ -8,7 +8,7 @@ export class HrefDelegate {
|
||||
|
||||
@Input()
|
||||
set routerLink(_: any) {
|
||||
this.elementRef.nativeElement.href = '#';
|
||||
this.elementRef.nativeElement.button = true;
|
||||
}
|
||||
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user