WIP: DataSets Module

This commit is contained in:
2022-12-11 23:40:16 +01:00
parent d69d571393
commit 120abcaf1d
38 changed files with 1123 additions and 35 deletions

View File

@@ -18,6 +18,7 @@
"@angular/core": "^15.0.3",
"@angular/forms": "^15.0.3",
"@angular/material": "^15.0.2",
"@angular/material-moment-adapter": "^15.0.2",
"@angular/platform-browser": "^15.0.3",
"@angular/platform-browser-dynamic": "^15.0.3",
"@angular/pwa": "^15.0.3",
@@ -26,6 +27,7 @@
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"rxjs": "^7.6.0",
"uuid": "^9.0.0",
"zone.js": "^0.12.0"
},
"devDependencies": {
@@ -33,6 +35,7 @@
"@angular/cli": "~15.0.3",
"@angular/compiler-cli": "^15.0.3",
"@types/jasmine": "^4.3.1",
"@types/uuid": "^9.0.0",
"jasmine-core": "^4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
@@ -42,4 +45,4 @@
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}
}