Cherrio LLC
09/25/2023, 2:29 PMCasey Brooks
09/25/2023, 2:48 PMwithRouter()
function can take the initialRoute
as null
, allowing you to customize the logic for providing the initial route. You can see the source here, which you can manually apply to your Router’s VM config. You basically just need to put the deeplink handling logic into the BootstrapInterceptor { }
block.