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