Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formly-js/angular-formly
JavaScript powered forms for AngularJS
https://github.com/formly-js/angular-formly
Last synced: about 2 months ago
JSON representation
JavaScript powered forms for AngularJS
- Host: GitHub
- URL: https://github.com/formly-js/angular-formly
- Owner: formly-js
- License: mit
- Archived: true
- Created: 2014-01-31T01:01:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T12:39:37.000Z (over 6 years ago)
- Last Synced: 2024-04-14T19:14:10.284Z (7 months ago)
- Language: JavaScript
- Homepage: http://docs.angular-formly.com
- Size: 28.1 MB
- Stars: 2,230
- Watchers: 106
- Forks: 457
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## [angular-formly](http://docs.angular-formly.com)
[THIS PROJECT NEEDS A MAINTAINER](https://github.com/formly-js/angular-formly/issues/638)
Status:
[![npm version](https://img.shields.io/npm/v/angular-formly.svg?style=flat-square)](https://www.npmjs.org/package/angular-formly)
[![npm downloads](https://img.shields.io/npm/dm/angular-formly.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-formly&from=2015-01-01)
[![Build Status](https://img.shields.io/travis/formly-js/angular-formly.svg?style=flat-square)](https://travis-ci.org/formly-js/angular-formly)
[![Code Coverage](https://img.shields.io/codecov/c/github/formly-js/angular-formly.svg?style=flat-square)](https://codecov.io/github/formly-js/angular-formly)Links:
[![Documentation](https://img.shields.io/badge/API-Docs-red.svg?style=flat-square)](http://docs.angular-formly.com)
[![Examples](https://img.shields.io/badge/formly-examples-green.svg?style=flat-square)](http://angular-formly.com)
[![egghead.io lessons](https://img.shields.io/badge/egghead-lessons-blue.svg?style=flat-square)](https://egghead.io/playlists/advanced-angular-forms-with-angular-formly)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/formly-js/angular-formly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/formly-js/angular-formly/releases)
[![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)angular-formly is an AngularJS module which has a directive to help customize and render JavaScript/JSON configured forms.
The `formly-form` directive and the `formlyConfig` service are very powerful and bring unmatched maintainability to your
application's forms.```html
Submit
Reset
```
From there, it's just JavaScript. Allowing for DRY, maintainable, reusable forms.
> **IMPORTANT:** This is the formly project for AngularJS (v1.x). If you're looking for an **Angular (v2+) alternative**, take a look at the [ngx-formly](https://github.com/formly-js/ngx-formly) project.
## [Learning](http://learn.angular-formly.com)
### Egghead.io Lessons
I'm an [egghead.io](https://egghead.io/) author and I have made a handful of lessons available there for free [here](https://egghead.io/playlists/advanced-angular-forms-with-angular-formly)
### NG-NL Talk
[![JavaScript Powered Forms](other/ng-nl-talk.png)](http://youtu.be/o90TMDL3OYc)
### Examples
[The website](http://angular-formly.com/) is full of tons of examples.
### More
Find more resources at [learn.angular-formly.com](http://learn.angular-formly.com)
## Documentation
Find all the documentation at [docs.angular-formly.com](http://docs.angular-formly.com).
## Plugins
Find all the plugins at [docs.angular-formly.com/page/plugins](http://docs.angular-formly.com/page/plugins)
## Getting Help
Please don't file an issue unless you feel like you've found a bug or have a feature request. Instead, go to [help.angular-formly.com](http://help.angular-formly.com) and follow the instructions.
## Roadmap
See the [issues labeled enhancement](https://github.com/formly-js/angular-formly/labels/enhancement)
## Contributing
Please see the [CONTRIBUTING Guidelines](CONTRIBUTING.md).
**Note**: This projects adheres to a [Code of Conduct](CODE_OF_CONDUCT.md).
## Financial Support
Some have expressed a desire to contribute financially as a way of expressing gratitude. I appreciate anything you (or
your company) would be willing to contribute :-) You can support me [here](https://www.patreon.com/kentcdodds). Thanks!## Bookmark Links
You can bookmark these :-)
- [http://help.angular-formly.com](http://help.angular-formly.com)
- [http://question.angular-formly.com](http://question.angular-formly.com)
- [http://issue.angular-formly.com](http://issue.angular-formly.com)
- [http://new-example.angular-formly.com](http://new-example.angular-formly.com)
- [http://egghead.angular-formly.com](http://egghead.angular-formly.com)
- [http://chat.angular-formly.com](http://chat.angular-formly.com)
- [http://mailing-list.angular-formly.com](http://mailing-list.angular-formly.com)
- [http://learn.angular-formly.com](http://learn.angular-formly.com)
- [http://questions.angular-formly.com](http://questions.angular-formly.com)## Thanks
A special thanks to [Nimbly](http://gonimbly.com) for creating angular-formly.
This library is maintained (with love) by me, [Kent C. Dodds](https://twitter.com/kentcdodds).
Thanks to all [contributors](https://github.com/formly-js/angular-formly/graphs/contributors)!