NgSwitch

<ng-container [ngSwitch]="row.promotion_type">
<span *ngSwitchCase="0">Coupon</span>
<span *ngSwitchCase="1">Instore</span>
<span *ngSwitchCase="2">Message</span>
</ng-container>

Không có nhận xét nào:

URL parameters with React Router

 https://ui.dev/react-router-url-parameters If you're reading this, you're probably familiar with the idea of function parameters. T...