form
Defines a Form component.
As the standard HTML <form>
this component is used to collect user inputs, but it acts as a reactive form based on the Angular 2’s form library.
Note: Every form’s inputs such as Text Input, Select Option, Toggle Button,… should be added under a Generic Item to work properly in form.
For more information: Reactive Forms.
Name | Description |
---|---|
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |
Tag name | Defines the HTML element’s tag name. |