Skip to content

Commit 91006e6

Browse files
committed
feat(angular-query): updated example basic-persister to v19
1 parent 49507c9 commit 91006e6

File tree

3 files changed

+63
-402
lines changed

3 files changed

+63
-402
lines changed

examples/angular/basic-persister/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^18.2.13",
13-
"@angular/compiler": "^18.2.13",
14-
"@angular/core": "^18.2.13",
15-
"@angular/platform-browser": "^18.2.13",
16-
"@angular/platform-browser-dynamic": "^18.2.13",
12+
"@angular/common": "^19.0.1",
13+
"@angular/compiler": "^19.0.1",
14+
"@angular/core": "^19.0.1",
15+
"@angular/platform-browser": "^19.0.1",
16+
"@angular/platform-browser-dynamic": "^19.0.1",
1717
"@tanstack/angular-query-experimental": "5.61.6",
1818
"@tanstack/query-sync-storage-persister": "^5.60.6",
1919
"rxjs": "^7.8.1",
2020
"tslib": "^2.6.3",
21-
"zone.js": "^0.14.10"
21+
"zone.js": "^0.15.0"
2222
},
2323
"devDependencies": {
24-
"@angular/build": "^18.2.12",
25-
"@angular/cli": "^18.2.12",
26-
"@angular/compiler-cli": "^18.2.13",
24+
"@angular/build": "^19.0.2",
25+
"@angular/cli": "^19.0.2",
26+
"@angular/compiler-cli": "^19.0.1",
2727
"typescript": "5.5.4"
2828
}
2929
}

examples/angular/basic-persister/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { PostsComponent } from './components/posts.component'
55
@Component({
66
changeDetection: ChangeDetectionStrategy.OnPush,
77
selector: 'basic-example',
8-
standalone: true,
98
templateUrl: './app.component.html',
109
imports: [PostComponent, PostsComponent],
1110
})

0 commit comments

Comments
 (0)