Skip to content

fix(@angular/cli): remove standalone true ref in ai tutor#33042

Open
devchas wants to merge 1 commit intoangular:mainfrom
devchas:ai-tut-def-standalone
Open

fix(@angular/cli): remove standalone true ref in ai tutor#33042
devchas wants to merge 1 commit intoangular:mainfrom
devchas:ai-tut-def-standalone

Conversation

@devchas
Copy link
Copy Markdown
Contributor

@devchas devchas commented Apr 23, 2026

PR Checklist

Please check to confirm 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
  • Other... Please describe:

What is the current behavior?

Issue Number: 32909

What is the new behavior?

AI Tutor should no longer give examples with standalone: true

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request removes the redundant standalone: true property from an Angular component example within the ai-tutor.md resource file, reflecting the fact that components are now standalone by default in recent Angular versions. I have no feedback to provide as there were no review comments to evaluate.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ai-tutor example image still uses standalone: true even though it's now default

2 participants