Skip to content

Commit

Permalink
chore(angular-query): disable cache in Angular examples (#6970)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed Feb 25, 2024
1 parent 97b013a commit ef3a0df
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion examples/angular/basic/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": 1,
"cli": {
"packageManager": "pnpm",
"analytics": false
"analytics": false,
"cache": {
"enabled": false
}
},
"newProjectRoot": "projects",
"projects": {
Expand Down
5 changes: 4 additions & 1 deletion examples/angular/infinite-query-with-max-pages/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": 1,
"cli": {
"packageManager": "pnpm",
"analytics": false
"analytics": false,
"cache": {
"enabled": false
}
},
"newProjectRoot": "projects",
"projects": {
Expand Down
5 changes: 4 additions & 1 deletion examples/angular/router/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": 1,
"cli": {
"packageManager": "pnpm",
"analytics": false
"analytics": false,
"cache": {
"enabled": false
}
},
"newProjectRoot": "projects",
"projects": {
Expand Down
5 changes: 4 additions & 1 deletion examples/angular/simple/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": 1,
"cli": {
"packageManager": "pnpm",
"analytics": false
"analytics": false,
"cache": {
"enabled": false
}
},
"newProjectRoot": "projects",
"projects": {
Expand Down

0 comments on commit ef3a0df

Please sign in to comment.