LP1806087 Angular catalog browse UI + API
authorBill Erickson <berickxx@gmail.com>
Wed, 5 Dec 2018 17:26:33 +0000 (12:26 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 10 Jan 2019 16:14:56 +0000 (11:14 -0500)
commit2edd9b72f2a79ab272567fc73c91f62b96c0cea6
tree96e2280e97bda913e496bf6e7e98411f1a1c1d02
parent0fce3b7a68baed4a6cbaffcbe4eb203413353f5b
LP1806087 Angular catalog browse UI + API

Signed-off-by: Bill Erickson <berickxx@gmail.com>
16 files changed:
Open-ILS/src/eg2/src/app/share/catalog/catalog-url.service.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/browse/form.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/browse/form.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Search.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Browse.pm [new file with mode: 0644]