Package Exports
- angular-form
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Angular-Form
A module to provide angular form validation using json validator with the help of angular-schema-form. We have added some adjustments like
- invalidate any formfield beside json validation to be able to display backend errors.
- map doctrine backend validation to json schema validation ( enables to add constraints to entities in backend , and validate the form in javascript using the same constraints)