Skip to content

fix(docs): add missing --project parameter to Angular service generation command #31735

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Jun 26, 2025

The command nx g @nx/angular:service libs/shared/data-access-user/src/lib/user was missing the required --project parameter. Added --project=data-access-user to fix the error "Required property 'project' is missing".

Fixes #31410

Generated with Claude Code

@Coly010 Coly010 self-assigned this Jun 26, 2025
@Coly010 Coly010 requested a review from a team as a code owner June 26, 2025 08:50
@Coly010 Coly010 requested a review from leosvelperez June 26, 2025 08:50
Copy link

vercel bot commented Jun 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jun 26, 2025 10:40am

Copy link
Contributor

nx-cloud bot commented Jun 26, 2025

View your CI Pipeline Execution ↗ for commit bb815f2.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 4m 15s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 11s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 2s View ↗
nx documentation ✅ Succeeded 2m 51s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-26 10:35:19 UTC

…eration command

The command `nx g @nx/angular:service libs/shared/data-access-user/src/lib/user` was missing the required `--project` parameter. Added `--project=data-access-user` to fix the error "Required property 'project' is missing".

Fixes #31410

Co-authored-by: FrozenPandaz <FrozenPandaz@users.noreply.github.com>
@Coly010 Coly010 force-pushed the claude/issue-31410-20250601_002513 branch from 5a79d0b to bb815f2 Compare June 26, 2025 10:24
@Coly010 Coly010 merged commit 316c9cd into master Jun 26, 2025
8 checks passed
@Coly010 Coly010 deleted the claude/issue-31410-20250601_002513 branch June 26, 2025 10:58
Copy link

github-actions bot commented Jul 2, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial: Advanced Angular Micro Frontends with Dynamic Module Federation - Error in command
2 participants