Hi,
When upgrading to the latest and final version of Angular 2 (2.0.0) and nativescript-angular (1.0.0) I started getting an issue where navigation via Router's .navigate() method causes the navigation to be really slow (it looks like the fade-in animation gets stuck). I tested the navigation with nsRotuerLink but the issue is inconsistent when navigating forwards , on the other hand the backwards is always slow and has the described issue.
You can observe this behavior in the nativescript-ui-samples-angular repo's project, here us a direct link to the branch with the latest version.
Hi,
When upgrading to the latest and final version of Angular 2 (2.0.0) and nativescript-angular (1.0.0) I started getting an issue where navigation via Router's
.navigate()method causes the navigation to be really slow (it looks like the fade-in animation gets stuck). I tested the navigation withnsRotuerLinkbut the issue is inconsistent when navigating forwards , on the other hand the backwards is always slow and has the described issue.You can observe this behavior in the nativescript-ui-samples-angular repo's project, here us a direct link to the branch with the latest version.