Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (
angular#8902) Eliminate the following compiler error when using TS 1.9+ with strict null checking enabled: node_modules/@angular/core/src/util/decorators.d.ts(9,5): error TS2411: Property 'extends' of type 'Type | undefined' is not assignable to string index type 'Type | Function | any[]'. angular#8720
- Loading branch information