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[]'. https://github.com/angular/angular/issues/8720