Angular Component Reference

The following components are available:

FormsComponent

This component provides the index for the forms.

The FormsComponent UI

FormBuildComponent

This component is used to create new forms in your application.

The FormBuildComponent UI

FormComponent

The wrapper component for all child route components within the Form context. This provides the UI for the navigation to the "edit", "settings", etc for a specific form.

FormComponent UI

FormViewComponent

The component used to view (or use) a form.

FormViewComponent UI

FormEditComponent

The component used to edit a form providing the builder to edit the current Form JSON.

FormEditComponent UI

FormSettingsComponent

Provides an interface to allow a user to modify the metadata for the current form in context such as the title, name, path, tags, etc.

FormSettingsComponent UI

FormChangesComponent

The component shown to a user when a form has been changed and the user attempts to navigate away from the form context. It allows them to either cancel the navigation away, or cancel their form changes.

FormChangesComponent UI

FormConflictComponent

This component is shown to the user when a form conflict has been identified between the form being saved to the server and the form that already exists on the server (meaning that someone has saved the form before the user saved their version).

FormConflictComponent UI

FormDeleteComponent

The component used to ask the user if they wish to Delete the form, and if they confirm, performs the deletion of the form.

FormDeleteComponent UI

FormSubmissionsComponent

Provides an index of the submissions for a provided form context

FormSubmissionsComponent UI

FormSubmissionComponent

The wrapper component for a Form Submission in context. Provides the navigation UI for the other child components such as view, edit, and delete.

FormSubmissionComponent UI

FormSubmissionViewComponent

The view component to view an existing submissions within a form.

FormSubmissionViewComponent UI

FormSubmissionEditComponent

The component used to allow the user to edit an existing submission.

FormSubmissionEditComponent UI

FormSubmissionDeleteComponent

The component that provides an interface to the user to ask them if they wish to delete a submission or not.

FormSubmissionDeleteComponent UI

Last updated

Was this helpful?