HTML (Angular)
This guide demonstrates how to use the HTML component.
HTML Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘html’ + index suffix | Unique name of the HTML component. |
Content | string | null | HTML component content. |
Angular declaration
<rz-html #html0>
<h3>Your content</h3>
</rz-html>