LP#626157 Ang2 consistent naming; less custom css
authorBill Erickson <berickxx@gmail.com>
Tue, 12 Dec 2017 16:26:24 +0000 (11:26 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 12 Dec 2017 16:26:24 +0000 (11:26 -0500)
commit04f8454276f3370c6723ff48f02669a96983b878
tree28ac786a5ae249e4bd4762308040fbbeecb4f93a
parent45409a1700f5a6f87e5d0b2442633be66e23a9f7
LP#626157 Ang2 consistent naming; less custom css

Signed-off-by: Bill Erickson <berickxx@gmail.com>
66 files changed:
Open-ILS/webby-src/src/app/app.component.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/base.component.ts [deleted file]
Open-ILS/webby-src/src/app/base.module.ts [deleted file]
Open-ILS/webby-src/src/app/resolver.service.ts
Open-ILS/webby-src/src/app/routing.module.ts
Open-ILS/webby-src/src/app/share/unapi.ts
Open-ILS/webby-src/src/app/staff/admin/admin.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/admin/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/routing.module.ts
Open-ILS/webby-src/src/app/staff/admin/workstation/admin-ws.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/admin/workstation/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/admin/workstation/routing.module.ts
Open-ILS/webby-src/src/app/staff/app.component.css [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/app.component.html [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/app.component.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/catalog/app.component.html [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/catalog/app.component.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/catalog/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/catalog/app.service.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/catalog/catalog.component.html [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/catalog.component.ts [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/catalog.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.html
Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.ts
Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.ts
Open-ILS/webby-src/src/app/staff/catalog/record/record.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/record/record.component.ts
Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.ts
Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.ts
Open-ILS/webby-src/src/app/staff/catalog/result/record.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/result/record.component.html
Open-ILS/webby-src/src/app/staff/catalog/result/record.component.ts
Open-ILS/webby-src/src/app/staff/catalog/result/results.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/catalog/result/results.component.ts
Open-ILS/webby-src/src/app/staff/catalog/routing.module.ts
Open-ILS/webby-src/src/app/staff/catalog/search-form.component.ts
Open-ILS/webby-src/src/app/staff/catalog/staff-catalog.service.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/circ/circ.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.html [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch-routing.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch.component.html [deleted file]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch.component.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/bcsearch.module.ts [deleted file]
Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/routing.module.ts [new file with mode: 0644]
Open-ILS/webby-src/src/app/staff/circ/routing.module.ts
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/share/bib-summary.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/share/bib-summary.component.html
Open-ILS/webby-src/src/app/staff/share/bib-summary.component.ts
Open-ILS/webby-src/src/app/staff/splash.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/splash.component.ts
Open-ILS/webby-src/src/app/staff/staff.component.css [deleted file]
Open-ILS/webby-src/src/app/staff/staff.component.html [deleted file]
Open-ILS/webby-src/src/app/staff/staff.component.ts [deleted file]
Open-ILS/webby-src/src/app/staff/staff.module.ts [deleted file]
Open-ILS/webby-src/src/main.ts
Open-ILS/webby-src/src/styles.css