File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 "@angular/platform-browser" : " ^21.0.0-next.0" ,
3232 "@angular/platform-server" : " ^21.0.0-next.0" ,
3333 "@angular/router" : " ^21.0.0-next.0" ,
34- "@angular/ssr" : " ^21.0.0-next.6 " ,
34+ "@angular/ssr" : " ^21.0.0-next.7 " ,
3535 "express" : " ^5.1.0" ,
3636 "rxjs" : " ~7.8.0" ,
3737 "tslib" : " ^2.3.0"
3838 },
3939 "devDependencies" : {
40- "@angular/build" : " ^21.0.0-next.6 " ,
41- "@angular/cli" : " ^21.0.0-next.6 " ,
40+ "@angular/build" : " ^21.0.0-next.7 " ,
41+ "@angular/cli" : " ^21.0.0-next.7 " ,
4242 "@angular/compiler-cli" : " ^21.0.0-next.0" ,
4343 "@types/express" : " ^5.0.1" ,
4444 "@types/jasmine" : " ~5.1.0" ,
4545 "@types/node" : " ^20.17.19" ,
46- "jasmine-core" : " ~5.11 .0" ,
46+ "jasmine-core" : " ~5.12 .0" ,
4747 "karma" : " ~6.4.0" ,
4848 "karma-chrome-launcher" : " ~3.2.0" ,
4949 "karma-coverage" : " ~2.2.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ describe('App', () => {
1414 expect ( app ) . toBeTruthy ( ) ;
1515 } ) ;
1616
17- it ( 'should render title' , async ( ) => {
17+ it ( 'should render title' , async ( ) => {
1818 const fixture = TestBed . createComponent ( App ) ;
1919 await fixture . whenStable ( ) ;
2020 const compiled = fixture . nativeElement as HTMLElement ;
You can’t perform that action at this time.
0 commit comments