Replies: 2 comments 2 replies
-
Hey Yunus, the plugin uses an older version of TypeScript to generate code, but you should be able to compile the generated code with a newer version of TypeScript just fine! I just verified this in test-generated with TypeScript 4.6.2. I had to update a few spec files and conformance_ts.ts for cases where TypeScript has become more strict, but didn't touch the generated code at all. Depending on your tsconfig.json, you might get errors from the generated code that we cannot solve without breaking older TypeScript versions. For this very reason, you can set the plugin option So using this plugin with a recent TypeScript version should be fine. The only potential problem I am aware of is using the generated code in a ECMAScript module project. We should be generating a |
Beta Was this translation helpful? Give feedback.
-
Thanks for testing, Yunus. Release v2.2.4 has relaxed the compatibility constraints to Angular version 8 to 13. |
Beta Was this translation helpful? Give feedback.
-
Hello love the project,
At the moment I am using this project with Angular 11 and I love it.
But 11 support is ending come May 11, 2022.
Upgrading to support Angular 13 would require to upgrade upgrade TypeScript to version 4.4 as Angular 13 dropped support for anything lower then 4.4.2.
Are there any plans to upgrade this project to Typescript 4.4?
Beta Was this translation helpful? Give feedback.
All reactions