feat(@angular-devkit/build-angular): support `~` path for `dev-server` ssl
PR Checklist
Please check to confirm your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:
What is the current behavior?
When utilizing the @angular-devkit/build-angular:dev-server (serve) builder for local development of applications with SSL, it's not possible to set a default value in the project configuration using ~. Instead, you must specify it through arguments, move it to the workspace, or wrap the Angular builder.
Issue Number: N/A
What is the new behavior?
This PR will manage the use of ~ for the sslCert and sslKey options.
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Closing as CLA has not been signed.
Thanks, moved here with an CLA https://github.com/angular/angular-cli/pull/27595
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.