Create main core package - merged core packges into core as submodules

This commit is contained in:
Lorenz Hilpert
2023-01-31 13:59:01 +01:00
parent 90866e2bea
commit 55d7687561
67 changed files with 137 additions and 1241 deletions

View File

@@ -8,16 +8,7 @@
"test:isa-app": "ng test isa-app",
"test:adapter-scan": "ng test @adapter/scan",
"test:cdn-product-image": "ng test @cdn/product-image",
"test:core-application": "ng test @core/application",
"test:core-auth": "ng test @core/auth",
"*test:core-breadcrumb": "ng test @core/breadcrumb",
"*test:core-cache": "ng test @core/cache",
"*test:core-command": "ng test @core/command",
"test:core-config": "ng test @core/config",
"test:core-environment": "ng test @core/environment",
"test:core-logger": "ng test @core/logger",
"*test:core-signalr": "ng test @core/signalr",
"*test:core-toast": "ng test @core/toast",
"test:core": "ng test core",
"*test:domain-availability": "ng test @domain/availability",
"*test:domain-cart": "ng test @domain/cart",
"*test:domain-catalog": "ng test @domain/catalog",