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
Notice the *ngIf has become *ngif and ngModel has become ngmodel.
Expected behavior
That this doesn't happen
Error/Stack Traces
N/A
System (please complete the following information):
OS: Windows 1903
Version: VSCode 1.35.1
Unibeautify Extension: 0.7.0
Additional context
I am using Angular. If the properties are renamed, it breaks things. I love this extension but I require it not to change the property names.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the bug
Automatically changes the capitalization of properties in HTML. For example,
*ngIf
becomes*ngif
. Notice theI
vs thei
.To Reproduce
Steps to reproduce the behavior:
:
:
Notice the
*ngIf
has become*ngif
andngModel
has becomengmodel
.Expected behavior
That this doesn't happen
Error/Stack Traces
N/A
System (please complete the following information):
Additional context
I am using Angular. If the properties are renamed, it breaks things. I love this extension but I require it not to change the property names.
The text was updated successfully, but these errors were encountered: