LP1816475: use [routerLink] instead of href in Angular app
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 9 Oct 2019 18:42:08 +0000 (11:42 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 21 Oct 2019 19:45:23 +0000 (15:45 -0400)
commit8a06a52969559e7de5fb0daeec0746250b4c3a4b
tree2bb2eecbd72c4435448f0e53ec06811f97bcfed0
parentead545739f98db890ed208360b3a43e99f978825
LP1816475: use [routerLink] instead of href in Angular app

Using <a href=""> forces a reload of the Angular app in the user's
browser, which substantially slows down the experience.  This commit
changes some href attributes to routerLink directives in the booking
navigation menu.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/nav.component.html