fix(angular): routerLink integration

This commit is contained in:
Manu Mtz.-Almeida
2018-05-14 18:41:45 +02:00
parent 8aa696537b
commit ed8ff4fec1

View File

@ -8,7 +8,7 @@ export class HrefDelegate {
@Input()
set routerLink(_: any) {
this.elementRef.nativeElement.href = '#';
this.elementRef.nativeElement.button = true;
}
@Input()