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:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...