LP#1626157 Ang5 file names best practices; more dialog stuff
authorBill Erickson <berickxx@gmail.com>
Thu, 12 Apr 2018 21:26:18 +0000 (21:26 +0000)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Apr 2018 21:26:18 +0000 (21:26 +0000)
commita455ab8502b4795c789355293e173e1f64c738d8
tree5979edcdb172258de5e03c52df2189e886e375c4
parent6ede8d90b6de465dfed278b3bc0db94657e05e1b
LP#1626157 Ang5 file names best practices; more dialog stuff

Signed-off-by: Bill Erickson <berickxx@gmail.com>
51 files changed:
Open-ILS/src/eg2/src/app/core/README
Open-ILS/src/eg2/src/app/core/pcrud.ts
Open-ILS/src/eg2/src/app/migration.module.ts
Open-ILS/src/eg2/src/app/routing.module.ts
Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts
Open-ILS/src/eg2/src/app/share/dialog/prompt.component.ts
Open-ILS/src/eg2/src/app/share/hello-world.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.component.html [deleted file]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/workstations.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/app.component.css [deleted file]
Open-ILS/src/eg2/src/app/staff/app.component.html [deleted file]
Open-ILS/src/eg2/src/app/staff/app.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/app.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/catalog/app.component.html [deleted file]
Open-ILS/src/eg2/src/app/staff/catalog/app.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/catalog/app.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/catalog/app.service.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.html [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.module.ts [deleted file]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/bcsearch.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/routing.module.ts
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts
Open-ILS/src/eg2/src/app/staff/routing.module.ts
Open-ILS/src/eg2/src/app/staff/staff.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/staff.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/staff.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/staff.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/welcome.component.html