LP#626157 Ang2 experiments
authorBill Erickson <berickxx@gmail.com>
Thu, 23 Nov 2017 18:12:38 +0000 (13:12 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 5 Mar 2018 17:24:06 +0000 (17:24 +0000)
commit7ee0c08610c3e4e675f9adf83a00d7c05b2a1777
tree4c3ad9fbb53fa6881f6e871eb7345863c64c8f9a
parent355a4f1cbb972c39b5cd7a8a2e7280e7e7de0ff1
LP#626157 Ang2 experiments

Signed-off-by: Bill Erickson <berickxx@gmail.com>
27 files changed:
Open-ILS/webby-src/src/app/core/auth.service.ts
Open-ILS/webby-src/src/app/core/idl.service.ts
Open-ILS/webby-src/src/app/core/store.service.ts
Open-ILS/webby-src/src/app/resolver.service.ts
Open-ILS/webby-src/src/app/staff/admin/admin.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/routing.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/workstation/admin-ws.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/workstation/routing.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/workstation/workstations.component.html [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/workstation/workstations.component.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/auth-guard.service.ts
Open-ILS/webby-src/src/app/staff/circ/circ-routing.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/circ.component.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/circ.module.ts
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch.component.ts
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch.module.ts
Open-ILS/webby-src/src/app/staff/circ/routing.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/data-resolver.service.ts
Open-ILS/webby-src/src/app/staff/login.component.html
Open-ILS/webby-src/src/app/staff/login.component.ts
Open-ILS/webby-src/src/app/staff/logout.component.ts [deleted file]
Open-ILS/webby-src/src/app/staff/nav.component.html
Open-ILS/webby-src/src/app/staff/resolver.service.ts
Open-ILS/webby-src/src/app/staff/routing.module.ts
Open-ILS/webby-src/src/app/staff/splash.component.html
Open-ILS/webby-src/src/app/staff/staff.component.ts
Open-ILS/webby-src/src/app/staff/staff.module.ts