How can I stop animated navigation using `<page-router-outlet>`? It seems to always navigate with animation here https://github.com/NativeScript/nativescript-angular/blob/77b943769949c339fc380fe80f21eec26c92e318/src/nativescript-angular/router/page-router-outlet.ts#L180 Is it possible to stop animated navigation in some way?
How can I stop animated navigation using
<page-router-outlet>?It seems to always navigate with animation here
nativescript-angular/src/nativescript-angular/router/page-router-outlet.ts
Line 180 in 77b9437
Is it possible to stop animated navigation in some way?