Questions tagged [analogjs]

2 questions
2
votes
1 answer

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] }, The AnalogJS documentation explains how to…
Ole
  • 41,793
  • 59
  • 191
  • 359
1
vote
0 answers

Rendering dynamic routes in AnalogJS without using a prefix or a folder?

In this question we were able to render dynamic routes with 2 or more parameters, but they have to be either prefixed or contained in a folder. I'd like to be able to render a route like this, where :category would be the first segment of the path,…
Ole
  • 41,793
  • 59
  • 191
  • 359