Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@angular-devkit/build-angular): support ~ path for dev-server ssl #27577

Closed
wants to merge 1 commit into from

Conversation

titan-ron
Copy link

PR Checklist

Please check to confirm your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • 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
  • No

Other information

Copy link

google-cla bot commented May 2, 2024

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.

@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label May 2, 2024
@alan-agius4
Copy link
Collaborator

Closing as CLA has not been signed.

@alan-agius4 alan-agius4 closed this May 3, 2024
@titan-ron
Copy link
Author

Thanks, moved here with an CLA
#27595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detected: feature PR contains a feature commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants