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>
Fri, 18 Oct 2019 15:27:32 +0000 (11:27 -0400)
commit05db26bdf6f4e67ca004611db7575d7b169face9
tree67ef937fc831e19fb18c4f5eb945b48cb27cd7c2
parente8b295c11490886bfa96b79f070b0cb59182624c
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