Skip to content

Commit a3d8288

Browse files
committed
refactor: fix tslint error
1 parent 7743024 commit a3d8288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/router/ns-router-link.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class NSRouterLink implements OnChanges { // tslint:disable-line:directiv
107107
} else {
108108
return {
109109
animated: true,
110-
transition: this.pageTransition
110+
transition: <NavigationTransition>this.pageTransition
111111
};
112112
}
113113
}

0 commit comments

Comments
 (0)