Skip to content

Conversation

@alan-agius4
Copy link
Collaborator

Aligns the inline welcome message with the external template for consistency.

Closes #32176

@alan-agius4 alan-agius4 requested a review from clydin December 19, 2025 09:51
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Dec 19, 2025
Aligns the inline welcome message with the external template for consistency.

Closes angular#32176
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Dec 19, 2025
@alan-agius4 alan-agius4 merged commit 424a465 into angular:main Dec 19, 2025
35 checks passed
@alan-agius4 alan-agius4 deleted the welcome-msg branch December 19, 2025 13:56
@alan-agius4
Copy link
Collaborator Author

This PR was merged into the repository. The changes were merged into the following branches:

template: `
<h1>Welcome to {{ title() }}!</h1>
<h1>Hello, {{ title() }}</h1>

Choose a reason for hiding this comment

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

Please also add: <p>Congratulations! Your app is running. 🎉</p>

template: `
<h1>Welcome to {{ title() }}!</h1>
<h1>Hello, {{ title() }}</h1>

Choose a reason for hiding this comment

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

Please also add: <p>Congratulations! Your app is running. 🎉</p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @schematics/angular target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent default templates in App component for inline template vs external template file

3 participants