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 1f2172a commit be696d6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
"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
"strict": true
}
},
"root": "",
Expand Down

0 comments on commit be696d6

Please sign in to comment.