Angular implementation for Sitecore JSS forms
NOTE: This module is intended to be copied from and extended as needed - it is not meant to be a heavyweight forms implementation.
Consult the Sitecore JSS documentation for further details.
Check out my blog post on details for the implementation: Implementation Details
- Clone the repository
- Add the forms folder to a component location in your JSS application
- Update the
form.component.ts
to point to a location that contains references for the following valuessitecoreApiHost
sitecoreApiKey
- Register the form component in your app
- Create a Form rendering in Sitecore
- Profit!