Skip to content

Micky002/angular-fast-forms

Repository files navigation

CircleCI Test Coverage Maintainability NPM version

Angular Fast Forms

Angular Fast Forms (AFF) is an angular library which aims to improve development speed when working with forms. You will not need to write any html anymore to create your forms, simply define them via a well structured config. It is extendable to use your own form components.

Core Features

  • Create forms without any html
  • Provide basic form components out of the box
  • Validation support
  • Custom form components and validators
  • Lazy loading support
  • Supports JSON form definitions (also fetching them via HTTP)
  • Small size

Documentation

The documentation can be found at angular-fast-forms.codentury.com

Changelog

See the CHANGELOG.md file for release information.

Contributing

To contribute, please see the CONTRIBUTING.md file.

Release

Run npm run release and follow the printed instructions.

License

This project is released under the MIT license, which can be found in LICENSE file.