We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729f70 commit 8c0432fCopy full SHA for 8c0432f
src/universal-app/tsconfig-build.json
@@ -5,8 +5,7 @@
5
"declaration": true,
6
"stripInternal": false,
7
"experimentalDecorators": true,
8
- // TODO(crisbeto): disabled due to https://github.com/angular/angular/issues/17131
9
- "noUnusedParameters": false,
+ "noUnusedParameters": true,
10
"strictNullChecks": true,
11
"module": "commonjs",
12
"moduleResolution": "node",
src/universal-app/tsconfig-prerender.json
@@ -5,7 +5,7 @@
// TODO(paul): Remove once Angular has been upgraded and supports noUnusedParameters in AOT.
0 commit comments