Skip to main content
2 votes
1 answer
224 views

Rendering routes with 2 or more route parameters with AnalogJS?

I have routes of that are defined like this: { path: ':category/:topic', component: TopicComponent, data: ROUTE_DATA, resolve: { topic: topicResolver }, canActivate: [topicGuard] ...
Ole's user avatar
  • 1