-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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(cli): Add support for angular/cli@14.0.0 #18334
feat(cli): Add support for angular/cli@14.0.0 #18334
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e5841e4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff @stefanoslig, thanks for your contribution!
I added a couple comments
8601ed1
to
e5841e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot @stefanoslig !!
…roject-deprecation feat(cli): Add support for angular/cli@14.0.0
Issue: #18316
What I did
I have explained already in the issue what is the problem.
When the
angular.json
file doesn't contain thedefaultProject
property (which is the case when you create a project with angular/cli@14.0.0), then the default project is the first available project.The solution is backwards compatible with the previous versions of the angular-cli
How to test
storybook/examples
folder runng new sb-ng14
npx sb init
Maybe there is a better way to test it
If your answer is yes to any of these, please make sure to include it in your PR.