[TOB-68] feat: Extend page for creating new statements
* Install PrimeNg
* Install MomentJS
* Add user control for dates
* Add user control for file dropping
* Add progress spinner component
* Add form for creating new statements
* Add store module for statements and statement types
* Include API calls to backend
[TOB-164] test: Increase test coverage for utility functions
* Use barrel files for imports
* Add tests for utility functions
Signed-off-by:
Christopher Keim <keim@develop-group.de>
{ | ||
"name": "openkonsequenz-statement-public-affairs", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Statement Public Affairs", | ||
"license": "Eclipse Public License - v 2.0", | ||
"routes": { | ||
... | ... | @@ -12,6 +12,8 @@ |
"-- Build ----------------": "", | ||
"build": "ng build --prod --base-href $npm_package_routes_spaFrontend/", | ||
"build:archive": "jar -cvf ./dist/statement-public-affairs-frontend.war -C ./dist/statement-public-affairs .", | ||
"build:stats": "ng build --prod --base-href $npm_package_routes_spaFrontend/ --statsJson true", | ||
"build:stats:analyze": "webpack-bundle-analyzer ./dist/statement-public-affairs/stats-es2015.json", | ||
"-- Development ----------": "", | ||
"start": "ng serve", | ||
"test": "ng test --codeCoverage=true --watch=false", | ||
... | ... | @@ -47,11 +49,13 @@ |
"@ngx-translate/http-loader": "^4.0.0", | ||
"leaflet": "^1.6.0", | ||
"material-design-icons": "^3.0.1", | ||
"primeng": "^9.0.6", | ||
"proj4": "^2.6.1", | ||
"rxjs": "~6.5.4", | ||
"source-sans-pro": "^3.6.0", | ||
"tslib": "^1.10.0", | ||
"zone.js": "~0.10.2" | ||
"zone.js": "~0.10.2", | ||
"moment": "2.24.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.901.0", | ||
... | ... | @@ -88,6 +92,7 @@ |
"stylelint-config-sass-guidelines": "^7.0.0", | ||
"ts-node": "~8.3.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "~3.8.3" | ||
"typescript": "~3.8.3", | ||
"webpack-bundle-analyzer": "^3.7.0" | ||
} | ||
} |
src/app/core/api/index.ts
0 → 100644
src/app/core/auth/index.ts
0 → 100644
Please register or sign in to comment