I'm facing a challenge in creating a simple nested router. While this structure worked in the beta versions, I am encountering issues with the release candidate router.
The example provided above reflects my current situation. Despite including
@Routes([
new Route({ path: '/applications/...', component: ApplicationRouter })
])
the router does not seem to recognize the non-terminal route.
Error: Uncaught (in promise): Cannot match any routes. Current segment: 'applications'. Available routes: ['/applications/...'].