Is your feature request related to a problem? Please describe.
I want to have the API clients generated using ngVersion=11.0.0.
At the moment this does not work because at least the typescript version needs to be bumped to >=4.0.0 and <4.1.0.
Describe the solution you'd like
Update the typescript and ngpackagr dependencies if ngVersion is set to 11.
Maybe increase the default version to 11 as well.
Furthermore, I would think about making the typescript version configurable with a property typescriptVersion. Then new Angular versions can be supported without the requirement to change the generator code.
Additional context
Is your feature request related to a problem? Please describe.
I want to have the API clients generated using
ngVersion=11.0.0.At the moment this does not work because at least the typescript version needs to be bumped to
>=4.0.0 and <4.1.0.Describe the solution you'd like
Update the typescript and ngpackagr dependencies if
ngVersionis set to 11.Maybe increase the default version to 11 as well.
Furthermore, I would think about making the typescript version configurable with a property
typescriptVersion. Then new Angular versions can be supported without the requirement to change the generator code.Additional context