first working version of dynamic load

This commit is contained in:
peter
2019-08-11 01:40:41 +02:00
parent 05ed1dacff
commit 1ad29f23b5
30 changed files with 542 additions and 125 deletions
+8 -3
View File
@@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot=true --proxy-config proxy.conf.json",
"build": "ng build --prod --aot=false",
"start": "ng serve --aot=false --optimization=false --proxy-config proxy.conf.json",
"build": "ng build --prod --aot=false --optimization=false --build-optimizer=false",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
@@ -22,7 +22,11 @@
"@clr/angular": "^2.1.1",
"@clr/icons": "^2.1.1",
"@clr/ui": "^2.1.1",
"@webcomponents/custom-elements": "^1.0.0",
"frontblock-generic": "latest",
"key-file-storage": "^2.2.4",
"rxjs": "~6.5.2",
"systemjs": "^0.21.3",
"tslib": "^1.9.0",
"zone.js": "~0.10.1"
},
@@ -33,7 +37,8 @@
"@angular/language-service": "~8.2.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~12.7.1",
"@types/node": "^12.7.1",
"@types/systemjs": "^0.20.6",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",