OpenAPITools / OpenAPITools/openapi-generator
[REQ] Support for Angular Standalone Components / Module Less
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
Angular released standalone components a while back. Now, with Angular 17, standalone components are the new default.
Unfortunately, the typescript-angular generator still creates modules.
Describe the solution you'd like
The typescript-angular generator should get support for standalone components. For version 17+, this should be activated by default; for older versions, it should not.
Describe alternatives you've considered
There are no real alternatives to it.
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the typescript-angular generator and its linked generator documentation, then read Angular's standalone-components and standalone-migration guides. Identify how Angular versions are selected and where generated output currently depends on modules. Done means standalone output is the default for Angular 17+ while older versions retain module-based output, with both paths covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100