Georgescu Bogdan
Results
2
comments of
Georgescu Bogdan
I am looking into it. For now all I can say is that the latest typescript version doesn't support the multiple type constraint workaround (super-interface) for generic types and I...
I had the same issue on an older Angular app, fixed it by installing regenerator-runtime and adding the next lines to polyfills.ts ``` import "core-js/es6"; import "regenerator-runtime/runtime"; ```