feat: adds primeng and novaloop design

This commit is contained in:
2023-02-20 11:41:58 +01:00
parent 9521cae1dc
commit a17f8de752
227 changed files with 39399 additions and 22040 deletions

View File

@@ -3,7 +3,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": [],
"types": [
"@angular/localize"
],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},