1
2
3
4
5
6
7
8
9
10
11
12
| <template>
| <div class="slds-p-around_x-small">
| <lightning-formatted-number
| value={value}
| class="slds-float_right"
| ></lightning-formatted-number>
| <lightning-icon
| icon-name={typeAttributes.status}
| alternative-text="Employer Status"
| ></lightning-icon>
| </div>
| </template>
|
|