angular-docs-cn/packages/compiler
Chuck Jazdzewski dfb8d21ef4 feat(compiler): enabled strict checking of parameters to an `@Injectable` (#19412)
Added the compiler options `strictInjectionParameters` that defaults
to `false`. If enabled the compiler will report errors for parameters
of an `@Injectable` that cannot be determined instead of generating a
warning.

This is planned to be switched to default to `true` for Angular 6.0.
2017-09-26 13:40:47 -07:00
..
src feat(compiler): enabled strict checking of parameters to an `@Injectable` (#19412) 2017-09-26 13:40:47 -07:00
test feat(compiler): enabled strict checking of parameters to an `@Injectable` (#19412) 2017-09-26 13:40:47 -07:00
testing
BUILD.bazel
compiler.ts
index.ts
package.json
public_api.ts
rollup.config.js build: roll up to named .js files rather than 'index.js' (#19190) 2017-09-19 16:59:18 -07:00
tsconfig-build.json
tsconfig-tools.json