Created
September 11, 2017 18:08
-
-
Save mattdetails/cf9aaa4ad4487fc9b148448d65d321cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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