Skip to content

[Dot Shorthands] Angular compiler support #60446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #57036
kallentu opened this issue Mar 31, 2025 · 0 comments
Closed
Tracked by #57036

[Dot Shorthands] Angular compiler support #60446

kallentu opened this issue Mar 31, 2025 · 0 comments
Labels
feature-dot-shorthands Implementation of the dot shorthands feature.

Comments

@kallentu
Copy link
Member

This issue tracks any work needed for the Angular compiler to support dot shorthands.

From context that @leonsenft provided, although dot shorthands will create new AST nodes, they won't work properly because no context can be provided to resolve the dot shorthand.

So something like <some-cmp [intProp]=".parse(stringExpr) /> won't work.

We'll prohibit the dot shorthands pattern in templates for now, and this will automatically be the case when the AST nodes for dot shorthands get added.

TLDR;; No work needed.
Will re-open if that's not the case anymore.

@kallentu kallentu added the feature-dot-shorthands Implementation of the dot shorthands feature. label Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-dot-shorthands Implementation of the dot shorthands feature.
Projects
None yet
Development

No branches or pull requests

1 participant