Skip to content

refactor(compiler): remove support of the legacy binding syntax#69258

Draft
JeanMeche wants to merge 2 commits into
angular:mainfrom
JeanMeche:remove-legacy-syntax
Draft

refactor(compiler): remove support of the legacy binding syntax#69258
JeanMeche wants to merge 2 commits into
angular:mainfrom
JeanMeche:remove-legacy-syntax

Conversation

@JeanMeche

Copy link
Copy Markdown
Member

This syntax was deprecated in v13 (https://v13.angular.io/guide/deprecations). Existing projects will be migrated with a schematic.

BREAKING CHANGE: The legacy binding syntax (e.g. bind-, on-, ref-) is no longer supported. Use the standard Angular syntax (e.g. [property], (event), #reference) instead.

@JeanMeche JeanMeche added this to the v23 candidates milestone Jun 9, 2026
@ngbot ngbot Bot removed this from the v23 candidates milestone Jun 9, 2026
@angular-robot angular-robot Bot added detected: breaking change PR contains a commit with a breaking change area: compiler Issues related to `ngc`, Angular's template compiler labels Jun 9, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 9, 2026
This syntax was deprecated in v13 (https://v13.angular.io/guide/deprecations). Existing projects will be migrated with a schematic.

BREAKING CHANGE: The legacy binding syntax (e.g. `bind-`, `on-`, `ref-`) is no longer supported. Use the standard Angular syntax (e.g. `[property]`, `(event)`, `#reference`) instead.
@JeanMeche JeanMeche force-pushed the remove-legacy-syntax branch 2 times, most recently from bb4feed to 901076e Compare June 9, 2026 12:33
This syntax was deprecated in v13 (https://v13.angular.io/guide/deprecations). Existing projects will be migrated with a schematic.
@JeanMeche JeanMeche force-pushed the remove-legacy-syntax branch from 901076e to aea1a80 Compare June 9, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: compiler Issues related to `ngc`, Angular's template compiler breaking changes detected: breaking change PR contains a commit with a breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant