File tree 4 files changed +2
-14
lines changed
modules/express-engine/tokens
4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ ng_module(
13
13
deps = [
14
14
"@npm//@angular/core" ,
15
15
"@npm//@types/express" ,
16
- "@npm//@types/express-serve-static-core" ,
17
16
],
18
17
)
Original file line number Diff line number Diff line change 7
7
*/
8
8
import { InjectionToken } from '@angular/core' ;
9
9
import { Request , Response } from 'express' ;
10
- import { ParamsDictionary } from 'express-serve-static-core' ;
11
10
12
- export const REQUEST = new InjectionToken < Request < ParamsDictionary > > ( 'REQUEST' ) ;
13
- export const RESPONSE = new InjectionToken < Response > ( 'RESPONSE' ) ;
11
+ export const REQUEST : InjectionToken < Request > = new InjectionToken < Request > ( 'REQUEST' ) ;
12
+ export const RESPONSE : InjectionToken < Response > = new InjectionToken < Response > ( 'RESPONSE' ) ;
Original file line number Diff line number Diff line change 67
67
"@schematics/angular" : " ^10.0.0-rc.0" ,
68
68
"@types/browser-sync" : " ^2.26.1" ,
69
69
"@types/express" : " 4.17.6" ,
70
- "@types/express-serve-static-core" : " 4.17.7" ,
71
70
"@types/fs-extra" : " ^9.0.0" ,
72
71
"@types/hapi__hapi" : " ^19.0.0" ,
73
72
"@types/hapi__inert" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1556
1556
" @types/node" " *"
1557
1557
" @types/range-parser" " *"
1558
1558
1559
- " @types/express-serve-static-core@4.17.7 " :
1560
- version "4.17.7"
1561
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.7.tgz#dfe61f870eb549dc6d7e12050901847c7d7e915b"
1562
- integrity sha512-EMgTj/DF9qpgLXyc+Btimg+XoH7A2liE8uKul8qSmMTHCeNYzydDKFdsJskDvw42UsesCnhO63dO0Grbj8J4Dw==
1563
- dependencies :
1564
- " @types/node" " *"
1565
- " @types/qs" " *"
1566
- " @types/range-parser" " *"
1567
-
1568
1559
" @types/express@4.17.6 " :
1569
1560
version "4.17.6"
1570
1561
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
You can’t perform that action at this time.
0 commit comments