generator-jhipster
generator-jhipster copied to clipboard
Rename angularX configuration option to angular
Fix #19354
Please make sure the below checklist is followed for Pull Requests.
- [ ] All continuous integration tests are green
- [ ] Tests are added where necessary
- [ ] The JDL part is updated if necessary
- [ ] jhipster-online is updated if necessary
- [ ] Documentation is added/updated where necessary
- [ ] Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci
label, you can still see CI build result at your branch.
Tagging as major since jdl will break with angularX value.
For backward compatibility it will be better to allow both angular and angularx for now. Update the documentation and and show warning when used. Then completely remove angularx in a later version
@JusticeN The target is for v8
Thus is it possible to create the V8 branch?
This PR needs a rebase.