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.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Identifier String standard Defines the component identifier.
Is active boolean standard Defines whether the component is active.
Tag name String standard Defines the HTML element’s tag name.