Currently the language service constructs an `AttrAst` anytime it is missing from a `TemplateAst` path. However, this should only be done when the path does not contain an "attribute-like" AST, which can includes bound properties or bound events. This commit also refactors `visitAttr` to parse bindings only for microsyntax expressions and does some other minor cleanup to make linters happy. This is some cleanup to help the language service eventually use `BoundDirectivePropertyAst`s for providing completions for template bindings rather than performing the manual parsing currently done. PR Close #34743
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT