Indeed
<p class="{{condition ? 'checked' : 'unchecked'}}">
or
<p [ngClass]="condition ? 'checked' : 'unchecked'">
or
<p [ngClass]="[condition ? 'checked' : 'unchecked']">
<p class="{{condition ? 'checked' : 'unchecked'}}">
<p [ngClass]="condition ? 'checked' : 'unchecked'">
<p [ngClass]="[condition ? 'checked' : 'unchecked']">
import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...
Không có nhận xét nào:
Đăng nhận xét