Skip to content

Instantly share code, notes, and snippets.

@mattdetails
Created September 11, 2017 18:08
Show Gist options
  • Save mattdetails/cf9aaa4ad4487fc9b148448d65d321cd to your computer and use it in GitHub Desktop.
Save mattdetails/cf9aaa4ad4487fc9b148448d65d321cd to your computer and use it in GitHub Desktop.
<ng-template #notCoveredEngineView>
<ul class="parts-list">
<li class="parts-list-item" *ngFor="let part of column['Not Covered']">
{{ optionDetails[part] }}
</li>
</ul>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment