File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
"@angular/platform-browser" : " ^21.0.0-next.0" ,
31
31
"@angular/platform-server" : " ^21.0.0-next.0" ,
32
32
"@angular/router" : " ^21.0.0-next.0" ,
33
- "@angular/ssr" : " ^21.0.0-next.2 " ,
33
+ "@angular/ssr" : " ^21.0.0-next.3 " ,
34
34
"express" : " ^5.1.0" ,
35
35
"rxjs" : " ~7.8.0" ,
36
36
"tslib" : " ^2.3.0" ,
37
37
"zone.js" : " ~0.15.0"
38
38
},
39
39
"devDependencies" : {
40
- "@angular/build" : " ^21.0.0-next.2 " ,
41
- "@angular/cli" : " ^21.0.0-next.2 " ,
40
+ "@angular/build" : " ^21.0.0-next.3 " ,
41
+ "@angular/cli" : " ^21.0.0-next.3 " ,
42
42
"@angular/compiler-cli" : " ^21.0.0-next.0" ,
43
43
"@types/express" : " ^5.0.1" ,
44
44
"@types/jasmine" : " ~5.1.0" ,
Original file line number Diff line number Diff line change 19
19
"enableI18nLegacyMessageIdFormat" : false ,
20
20
"strictInjectionParameters" : true ,
21
21
"strictInputAccessModifiers" : true ,
22
- "typeCheckHostBindings" : true ,
23
22
"strictTemplates" : true
24
23
},
25
24
"files" : [],
You can’t perform that action at this time.
0 commit comments