Angular Component Reference
The following components are available:
FormsComponent
This component provides the index for the forms.

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

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.

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

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

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.

Route
:host/:formId/settings
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.

Route
:host/:formId/changes
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).

Route
:host/:formId/conflict
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.

Route
:host/:formId/delete
FormSubmissionsComponent
Provides an index of the submissions for a provided form context

Route
:host/:formId/submission
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.

Route
:host/form/:formId/submission/:submissionId
FormSubmissionViewComponent
The view component to view an existing submissions within a form.

Route
:host/form/:formId/submission/:submissionId
FormSubmissionEditComponent
The component used to allow the user to edit an existing submission.

Route
:host/form/:formId/submission/:submissionId/edit
FormSubmissionDeleteComponent
The component that provides an interface to the user to ask them if they wish to delete a submission or not.

Route
:host/form/:formId/submission/:submission/delete
Last updated
Was this helpful?
