feat: implement new text field and button components; remove deprecated search bar and input controls

This commit is contained in:
Lorenz Hilpert
2025-03-03 21:02:21 +01:00
parent da5151df78
commit 73be50e7d2
47 changed files with 4640 additions and 150 deletions

View File

@@ -9,5 +9,10 @@
"angularCompilerOptions": {
"strictTemplates": true
},
"extends": "./tsconfig.base.json"
"extends": "./tsconfig.base.json",
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
}
}