Multiline string with typescript - Angular2

Source: https://stackoverflow.com/questions/35225399/multiline-string-with-typescript-angular2

Wrap the text in ` (backticks) instead of single quotes ', then it can span multiple lines.
var myString = `abc
def
ghi`;

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

StaticImage

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