Skip to content

[Dot Shorthands] Angular compiler support #60446

Closed
Closed
@kallentu

Description

@kallentu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-dot-shorthandsImplementation of the dot shorthands feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions