@Yeevon wrote:
I currently trying use
LinkTo
to render nested route by using{{outlet}}
tag to another new page.I have forum route and nested forum details route
In the forum template:
<LinkTo @route="main.forum.forum-details" @model={{post}}>{{post.title}}</LinkTo> {{outlet}}
As the image above, the nested route will be render at the bottom instead of to new page. How am i going to render it to new page? I was thinking
LinkTo
will actually link it to new page right? And the forum details should be render where the{{outlet}}
tag was, so where should I place the{{outlet}}
tag in order to let it render to new page?
Posts: 1
Participants: 1