]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1775466 Angular(6) base application
authorBill Erickson <berickxx@gmail.com>
Wed, 5 Sep 2018 20:11:41 +0000 (16:11 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Sep 2018 20:56:04 +0000 (16:56 -0400)
commit6c706f454b2b9cdf2d46df3c60e53a0d3cb531d7
tree4516b1e827232cbafe99786dfbc64f5288005f1f
parent6bcefced08f07d783b1d46bb4ee441ecde70df02
LP#1775466 Angular(6) base application

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
208 files changed:
.gitignore
Open-ILS/src/eg2/.editorconfig [new file with mode: 0644]
Open-ILS/src/eg2/.gitignore [new file with mode: 0644]
Open-ILS/src/eg2/CHEAT_SHEET.adoc [new file with mode: 0644]
Open-ILS/src/eg2/angular.json [new file with mode: 0644]
Open-ILS/src/eg2/e2e/app.e2e-spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/e2e/app.po.ts [new file with mode: 0644]
Open-ILS/src/eg2/e2e/tsconfig.e2e.json [new file with mode: 0644]
Open-ILS/src/eg2/karma.conf.js [new file with mode: 0644]
Open-ILS/src/eg2/package-lock.json [new file with mode: 0644]
Open-ILS/src/eg2/package.json [new file with mode: 0644]
Open-ILS/src/eg2/protractor.conf.js [new file with mode: 0644]
Open-ILS/src/eg2/src/app/app.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/app.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/auth.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/event.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/event.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/format.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/format.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/idl.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/idl.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/locale.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/net.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/org.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/org.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/pcrud.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/perm.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/server-store.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/store.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/core/store.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/accesskey/accesskey-info.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/accesskey/accesskey-info.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/accesskey/accesskey.directive.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/accesskey/accesskey.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/catalog-common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/catalog-url.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/marc-html.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/catalog/unapi.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/combobox/combobox-entry.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/confirm.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/confirm.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress-inline.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress-inline.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress-inline.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/progress.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/prompt.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/dialog/prompt.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-body-cell.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-body-cell.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-column-config.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-column-config.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-column.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-header.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-print.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-print.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-action.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-button.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-checkbox.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/org-select/org-select.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/org-select/org-select.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/print/print.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/print/print.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/print/print.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/string/string.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/string/string.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/toast/toast.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/toast/toast.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/toast/toast.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/toast/toast.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/tree/tree.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/tree/tree.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/tree/tree.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/tree/tree.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/tree/tree.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/audio.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/pager.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/about.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/about.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/admin-acq-splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/admin-acq-splash.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/admin-acq.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/acq/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/routing.module.ts [new file with mode: 0644]
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/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/actions.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts [new file with mode: 0644]
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 [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/patron/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/login.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/login.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/nav.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/resolver.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/README [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/buckets/record-bucket-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/buckets/record-bucket-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/link-table/link-table.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/op-change/op-change.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/translate/translate.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/translate/translate.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/splash.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/splash.component.ts [new file with mode: 0644]
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 [new file with mode: 0644]
Open-ILS/src/eg2/src/app/welcome.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/assets/.gitkeep [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.prod.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/environments/environment.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/favicon.ico [new file with mode: 0644]
Open-ILS/src/eg2/src/index.html [new file with mode: 0644]
Open-ILS/src/eg2/src/locale/.gitkeep [new file with mode: 0644]
Open-ILS/src/eg2/src/main.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/polyfills.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/styles.css [new file with mode: 0644]
Open-ILS/src/eg2/src/test.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/test_data/eg_mock.js [new file with mode: 0644]
Open-ILS/src/eg2/src/test_data/idl2js.pl [new file with mode: 0644]
Open-ILS/src/eg2/src/tsconfig.app.json [new file with mode: 0644]
Open-ILS/src/eg2/src/tsconfig.spec.json [new file with mode: 0644]
Open-ILS/src/eg2/src/typings.d.ts [new file with mode: 0644]
Open-ILS/src/eg2/tsconfig.json [new file with mode: 0644]
Open-ILS/src/eg2/tslint.json [new file with mode: 0644]