Skip to content

docs: update generated file names to the current style guide - #33656

Open
lazerg wants to merge 1 commit into
angular:mainfrom
lazerg:fix/issue-33655-outdated-app-component-filenames
Open

docs: update generated file names to the current style guide#33656
lazerg wants to merge 1 commit into
angular:mainfrom
lazerg:fix/issue-33655-outdated-app-component-filenames

Conversation

@lazerg

@lazerg lazerg commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

The getting started and custom stepper guides still name the root component's files app.component.html, app.component.ts and app.component.css. Since the 2025 style guide became the default, ng new writes app.html, app.ts and app.css, so anyone following along looks for a file that isn't there.

Updated both guides to the names the CLI produces today, including the CustomStepper component the stepper guide walks you through creating.

Fixes #33655.

@pullapprove
pullapprove Bot requested review from ok7sai and tjshiu August 10, 2026 14:53
@angular-robot angular-robot Bot added the area: docs Related to the documentation label Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs-bug(COMPONENT): Outdated filename app.component.html

1 participant