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:

Is it okay to use both fetchpriority="high" and loading="eager" in img tag?

 https://stackoverflow.com/questions/77744344/is-it-okay-to-use-both-fetchpriority-high-and-loading-eager-in-img-tag Yes Fetchpriority and l...