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)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 9 Oct 2019 18:42:12 +0000 (11:42 -0700)
commit0b186107fb1bb6a6ef695011612c34b5f2a1fcb6
treec013d018c7ceb4628afb17fe1f8b0114211bbfc4
parentff43fa025b2a01c50c5764bd531fd64a15c6a659
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>
Open-ILS/src/eg2/src/app/staff/nav.component.html