-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Description
Had issues with opening Auxiliary route using the syntax that @btford showed at Angular Connect: <a [router-link]="['/', ['Chat']] ">Chat</a>
. It gives syntax errors during the runtime.
@brandonroberts suggested the fix using <a href="/#/(chat)">Chat</a></div>
. Now the aux route opens the required component but shows errors in the console and breaks the URLs of the other routes. When I run it locally (not in the plunker) and open the Chat route, the URL localhost:8080/#(chat) remains unchanged no matter what link I click.The Back button doesn't work either.
Here's the plank: http://plnkr.co/edit/jZv8jj?p=preview.
Metadata
Metadata
Assignees
Labels
No labels