Take the following snippet for example:
<form id="searchFormContainer" [formGroup]="searchForm" class="flex-column"></form>
When running this through the playground, you can see that it ends up changing the case in [formGroup], resulting in:
<form id="searchFormContainer" [formgroup]="searchForm" class="flex-column"></form>
This completely breaks the compiler.
YAML:
HTML: beautifiers: - Pretty Diff - JS-Beautify wrap_attributes: force