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, 11 Dec 2017 17:39:51 +0000 (12:39 -0500)
commite1790b29667e8aeb5c94ce10730f2bc20bf4a4b3
tree2d796b0848e2890ceba35f5776013d993f7cfd33
parent67244eb4bb39896d894f48bb229ca08546c83fad
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