File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
8000
Original file line number Diff line number Diff line change 20
20
"@angular/platform-browser-dynamic" : " ^19.1.0" ,
21
21
"@angular/platform-server" : " ^19.1.0" ,
22
22
"@angular/router" : " ^19.1.0" ,
23
- "@angular/ssr" : " ^19.1.6 " ,
23
+ "@angular/ssr" : " ^19.1.7 " ,
24
24
"express" : " ^4.18.2" ,
25
25
"rxjs" : " ~7.8.0" ,
26
26
"tslib" : " ^2.3.0" ,
27
27
"zone.js" : " ~0.15.0"
28
28
},
29
29
"devDependencies" : {
30
- "@angular-devkit/build-angular" : " ^19.1.6 " ,
31
- "@angular/cli" : " ^19.1.6 " ,
30
+ "@angular-devkit/build-angular" : " ^19.1.7 " ,
31
+ "@angular/cli" : " ^19.1.7 " ,
32
32
"@angular/compiler-cli" : " ^19.1.0" ,
33
33
"@types/express" : " ^4.17.17" ,
34
34
"@types/jasmine" : " ~5.1.0" ,
Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ if (isMainModule(import.meta.url)) {
61
61
}
62
62
63
63
/**
64
- * The request handler used by the Angular CLI (dev-server and during build).
64
+ * Request handler used by the Angular CLI (for dev-server and during build) or Firebase Cloud Functions .
65
65
*/
66
66
export const reqHandler = createNodeRequestHandler ( app ) ;
You can’t perform that action at this time.
0 commit comments