-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routerLink is not working for mat-button-toggle in 6.3.1 #11944
Comments
I am experiencing the same issue. Any update on this? |
Closing as this was fixed by #11951 |
This still does not work. Have latest version of everything. routerLink within material button does not work. <button mat-raised-button style="width:45%" color="secondary" type="button" [routerLink]="'/secure/reports/bookings'" [hidden]=false>{{'BUTTON_MY_PURCHASES'|translate}} |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug
No routing happens when the toggle button is clicked.
What is the expected behavior?
Routing should happen according to the definitions in the routing module. The same code is working well in 6.3.0 and all previous releases.
What is the current behavior?
No routing happens.
Is there anything else we should know?
While I could do the routing in the TS codes, however for this scenario I would prefer to have the routing declared in the HTML template.
The text was updated successfully, but these errors were encountered: