Skip to content

Commit

Permalink
feat: format html code
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 27, 2022
1 parent 322dc88 commit f7e746a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
</ng-template>
</nz-empty>
<ul *ngIf="model && model.length" class="p20">
<li *ngFor="let item of model"><span class="c6 fwb">{{item.name}}: </span><span>{{item.value}}</span></li>
<li *ngFor="let item of model"><span class="c6 fwb">{{ item.name }}: </span><span>{{ item.value }}</span></li>
</ul>

0 comments on commit f7e746a

Please sign in to comment.