thron7

Results 2 comments of thron7

I can only second this proposition. I'm having a hard time to figure out exactly what's going on when I e.g. navigate to a configured route but see no effect...

Ok, so one way to work around this issue is to cast the child object to `ViewRoute`: ``` { path: 'foo', component: 'foo-view', title: 'Foo', children: [ { path: 'bar',...