Angular 5 - Apply Conditional to Template without Adding an Extra Element

Set gh-pages to be the brach to build from in repo settings

<ng-container *ngIf="conditional">
  <!-- [...] -->
</ng-container>

Reference: StackOverflow