Skip to content

fix(language-service): account for strictTemplates being enabled by default#69906

Open
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:69905/strict-templates-check
Open

fix(language-service): account for strictTemplates being enabled by default#69906
crisbeto wants to merge 1 commit into
angular:mainfrom
crisbeto:69905/strict-templates-check

Conversation

@crisbeto

Copy link
Copy Markdown
Member

We were raising the suggestion about enabling strictTemplates when strictTemplates is ommitted, however the option is now enabled by default.

Fixes #69905.

@crisbeto crisbeto 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 Jul 23, 2026
@angular-robot angular-robot Bot added the area: language-service Issues related to Angular's VS Code language service label Jul 23, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jul 23, 2026
…efault

We were raising the suggestion about enabling `strictTemplates` when `strictTemplates` is ommitted, however the option is now enabled by default.

Fixes angular#69905.
@crisbeto
crisbeto force-pushed the 69905/strict-templates-check branch from f0e1b05 to 11f39bb Compare July 23, 2026 08:35
@crisbeto
crisbeto requested a review from mattrbeck July 23, 2026 09:50
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 area: language-service Issues related to Angular's VS Code language service target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

language-service: "enable strictTemplates" suggestion fires even though the compiler enables strictTemplates by default (Angular 22)

1 participant