Repeat HTML element multiple times using ngFor based on a number

Source: https://stackoverflow.com/questions/36535629/repeat-html-element-multiple-times-using-ngfor-based-on-a-number

<ng-container *ngFor="let i of [].constructor(20)">🐱</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...