You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
Implement navigation item highlighting so the current page is rendered visibly different from other links. For router links, add routerLinkActive="some-class" in the HTML template, then .some-class { /* some styles */ } to the CSS. Unclear how to handle HREF links, but maybe that is for a later date as HREF links should take visitor away from application and thus should never be highlighted (by current application).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement navigation item highlighting so the current page is rendered visibly different from other links. For router links, add
routerLinkActive="some-class"
in the HTML template, then.some-class { /* some styles */ }
to the CSS. Unclear how to handle HREF links, but maybe that is for a later date as HREF links should take visitor away from application and thus should never be highlighted (by current application).The text was updated successfully, but these errors were encountered: