mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, building the `universal` example failed with: ``` node_modules/@types/express/index.d.ts(90,50): error TS2694: Namespace '".../@types/express-serve-static-core/index"' has no exported member 'Params'. node_modules/@types/express/index.d.ts(90,64): error TS2694: Namespace '".../@types/express-serve-static-core/index"' has no exported member 'ParamsDictionary'. ``` This commit fixes the error by upgrading `@types/express-serve-static-core` to a newer version. See DefinitelyTyped/DefinitelyTyped#40905 for more details. PR Close #36483 |
||
|---|---|---|
| .. | ||
| boilerplate | ||
| package.json | ||
| protractor.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||