How do I transition to a route pragmatically from inside a component action?
I tried to use @get(\'controller\').transitionToRoute(\'images\'
@get(\'controller\').transitionToRoute(\'images\'
At component.HBS component file make a {{#link-to "routeDestinationYouWant" }}
{{#link-to "routeDestinationYouWant" }}
For Example:
{{#link-to "menu.shops.category.content" "param"}} {{{Title}}} {{/link-to}}