This commit is contained in:
Tizian.Breuch
2025-08-13 15:49:17 +02:00
parent 509399087b
commit 02c2a0c387
17 changed files with 24 additions and 2 deletions

View File

@@ -5,7 +5,29 @@
"projects": {
"frontend": {
"projectType": "application",
"schematics": {},
"schematics": {
"@schematics/angular:component": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
},
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:module": {
"skipTests": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",

View File

View File

View File

View File

View File