You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete rewrite of the Angular-related attributes Regex Patterns to match separately the following attributes in order to allow differentiation and customization:
Input Bindings (One Way Bindings)
[oneWay]=""
[attr.syntax]=""
[style.syntax.unit]=""
[@animmationTrigger]=""
[@animmationTrigger.done]=""
Double Way Bindings (Standard Syntax)
[(twoWay)]=""
Double Way Bindings (Non-Standard Syntax)
([twoWay])=""
Event Handlers (e.g.: click, change)
(eventHandler)=""
Template Variables (with parameters)
#templateVariables=""
Template Variables (without parameters)
#templateVariables
Sugar Syntax (with parameters)
*ngFor="" and things alike
Sugar Syntax (without parameters)
*matHeaderCell and things alike
Prefixed syntax attributes (with parameters)
let-variable=""
ref-variable=""
Prefixed syntax attributes (without parameters)
let-variable
ref-variable
Annimation Trigger
@annimationTrigger
The text was updated successfully, but these errors were encountered:
there are a bunch of changes being made, and it will be listed as related issues with the current
milestone
BREAKING CHANGE: the whole grammar is changing
re #55, re #54, re #53
Complete rewrite of the Angular-related attributes Regex Patterns to match separately the following attributes in order to allow differentiation and customization:
The text was updated successfully, but these errors were encountered: