Skip to content

Commit

Permalink
fix: redundant parameter in url
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsSmets authored and philipsens committed Dec 21, 2023
1 parent 0718d82 commit 488da49
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
"strict": true
"strict": true,
"skipTests": true
},
"@schematics/angular:component": {
"skipTests": true
},
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
},
"root": "",
Expand Down

0 comments on commit 488da49

Please sign in to comment.