Type

TextElementType

@ng-forge/dynamic-forms

Text element type for rendering different HTML text elements

Signature

type TextElementType = 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';

Properties

NameTypeDescription
"p" literal-
"h1" literal-
"h2" literal-
"h3" literal-
"h4" literal-
"h5" literal-
"h6" literal-
"span" literal-