LP#1775466 Separate dynamic module experiment collab/berick/lp1775466-ang6-base-app-extern-dyn-mod
authorBill Erickson <berickxx@gmail.com>
Mon, 18 Jun 2018 16:58:32 +0000 (12:58 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 18 Jun 2018 16:58:37 +0000 (12:58 -0400)
commit3c98c40cc1f9908685a2054b6197c9cdde9b61ea
tree61187e9e6f89943702412ddfd1c1940e0b3ccc7e
parent0a762711e8d97a4e4f268fc5edbd8d111e4a7ef2
LP#1775466 Separate dynamic module experiment

Note that building both eg2 and eg2-dynamic with --prod results in
failures.  Something gets confused.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
32 files changed:
Open-ILS/src/eg2-dynamic/.editorconfig [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/.gitignore [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/README.md [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/angular.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/e2e/protractor.conf.js [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/e2e/src/app.po.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/e2e/tsconfig.e2e.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/package-lock.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/package.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/package.json.orig [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/app/dynamic.component.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/app/dynamic.module.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/assets/.gitkeep [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/browserslist [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/environments/environment.prod.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/environments/environment.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/favicon.ico [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/index.html [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/karma.conf.js [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/main.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/polyfills.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/styles.css [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/test.ts [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/tsconfig.app.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/tsconfig.spec.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/src/tslint.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/tsconfig.json [new file with mode: 0644]
Open-ILS/src/eg2-dynamic/tslint.json [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts
Open-ILS/src/eg2/src/index.html