Martin

Results 2 comments of Martin

@FBorgonjen thanks for your code sharing. Meanwhile I just solved my problem by re-order my navigation structure and using `` with `routerExtensions.backToPreviousPage()` or just `routerExtensions.back()`. The Navigation is now more...

@paweldziura yeah that's right, the native page animation disappeared. But with Angular you can just define own animations for router navigation. And so it looks - in my specific case...