Label (Angular)
This guide demonstrates how to use the Label component.
Label Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘label’ + index suffix | Unique name of the Label component. |
Text | string | empty string | Label component text. |
Component | string | null | The ID of a labelable form-related element. |
Angular declaration
<rz-label #label0 component="textbox0" text="Label">
</rz-label>