microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

TypeError: Cannot find property "type" of undefined #55

Closed Narcwis closed 1 year ago

Narcwis commented 6 years ago

I am working on a project using the Angular Starter. While compiling for production using AOT I get the error in the title. This only happens on 1.9.3 as reverting back to 1.9.2 fixes it.

mhegazy commented 6 years ago

I would recommend posting this on https://github.com/angular/angular/issues first.