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

docs(compiler-cli): ng new does not generate app.module.ts #52761

Closed

Conversation

lucasluizss
Copy link
Contributor

@lucasluizss lucasluizss commented Nov 9, 2023

PR Checklist

Please check if 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
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

fixes #52751

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@pullapprove pullapprove bot requested a review from clydin November 9, 2023 22:41
@angular-robot angular-robot bot added the area: docs Related to the documentation label Nov 9, 2023
@ngbot ngbot bot added this to the Backlog milestone Nov 9, 2023
@twerske
Copy link
Contributor

twerske commented Nov 9, 2023

Can you please also add this to adev/ content folder?

@twerske twerske added area: aio Related to the documentation area: adev Angular.dev documentation labels Nov 9, 2023
@josephperrott josephperrott requested review from jelbourn and removed request for josephperrott November 21, 2023 15:52
@josephperrott
Copy link
Member

@jelbourn, can you take a look at the wording here?

@twerske twerske added target: patch This PR is targeted for the next patch release action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 29, 2023
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed the original notification on this one-

I think this update is obsolete now; the current reference table includes the line:

Only generated when using the --standalone false option.

For the local setup guide, I don't think the absence of the module file needs an explicit callout

Copy link

Deployed adev-preview for d378e55 to: https://ng-dev-previews-fw--pr-angular-angular-52761-adev-prev-von7u6v6.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

@JeanMeche
Copy link
Member

Per Jeremy, we'll go with the current changes.

@JeanMeche JeanMeche closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer adev: preview area: adev Angular.dev documentation area: aio Related to the documentation area: docs Related to the documentation target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ng new does not generate app.module.ts in the src root folder Angular CLI 17.0.0
6 participants