TS 4.2 has changed its emit for spread helpers, from __spread/__spreadArrays to __spreadArray. ngcc was updated to handle this in #41201, but a new problem was identified in stackblitz/core#1405 where synthesized constructors are no longer recognized correctly for ES5/UMD bundles, both in ngcc and in JIT's reflection capabilities.