File tree Expand file tree Collapse file tree 3 files changed +63
-402
lines changed
examples/angular/basic-persister Expand file tree Collapse file tree 3 files changed +63
-402
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"private" : true ,
11
11
"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 " ,
17
17
"@tanstack/angular-query-experimental" : " 5.61.6" ,
18
18
"@tanstack/query-sync-storage-persister" : " ^5.60.6" ,
19
19
"rxjs" : " ^7.8.1" ,
20
20
"tslib" : " ^2.6.3" ,
21
- "zone.js" : " ^0.14.10 "
21
+ "zone.js" : " ^0.15.0 "
22
22
},
23
23
"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 " ,
27
27
"typescript" : " 5.5.4"
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { PostsComponent } from './components/posts.component'
5
5
@Component ( {
6
6
changeDetection : ChangeDetectionStrategy . OnPush ,
7
7
selector : 'basic-example' ,
8
- standalone : true ,
9
8
templateUrl : './app.component.html' ,
10
9
imports : [ PostComponent , PostsComponent ] ,
11
10
} )
You can’t perform that action at this time.
0 commit comments