mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00

committed by
Manu MA

parent
a9247ce0e9
commit
509cfd54aa
@ -15,10 +15,10 @@ export class RouterLinkDelegate {
|
||||
@Input() routerDirection: NavDirection = 'forward';
|
||||
|
||||
constructor(
|
||||
private router: Router,
|
||||
private locationStrategy: LocationStrategy,
|
||||
private navCtrl: NavController,
|
||||
private elementRef: ElementRef,
|
||||
private router: Router,
|
||||
@Optional() private routerLink?: RouterLink,
|
||||
) { }
|
||||
|
||||
|
Reference in New Issue
Block a user