Is there a way to set the router’s page transition globally? I have many pages and don’t want to set the transition individually to each this.routerExtensions.navigate
Thanks.
Is there a way to set the router’s page transition globally? I have many pages and don’t want to set the transition individually to each this.routerExtensions.navigate
Thanks.
I don’t know, but as with all other code you want to keep DRY you could create a utility class / service where you configure it once and only pass in the things that are different for each page.