Above you can see how the PR looks in Github, Below you can see how it looks in VS Code..
Surprisingly, a button gets rendered 😱

The HTML in question:
<button *ngIf="isEditingAllowed" class="btn btn-primary big" [disabled]="projectForm.invalid" (click)="save(projectForm)">Save changes</button>
Above you can see how the PR looks in Github, Below you can see how it looks in VS Code..
Surprisingly, a button gets rendered 😱
The HTML in question:
<button *ngIf="isEditingAllowed" class="btn btn-primary big" [disabled]="projectForm.invalid" (click)="save(projectForm)">Save changes</button>