Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forms-angular/forms-angular
Probably the most opinionated framework in the world
https://github.com/forms-angular/forms-angular
angularjs crud express form-builder forms javascript mongoose opinionated-framework
Last synced: 1 day ago
JSON representation
Probably the most opinionated framework in the world
- Host: GitHub
- URL: https://github.com/forms-angular/forms-angular
- Owner: forms-angular
- License: mit
- Created: 2013-02-19T08:48:17.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T23:47:20.000Z (18 days ago)
- Last Synced: 2024-12-05T23:05:02.814Z (8 days ago)
- Topics: angularjs, crud, express, form-builder, forms, javascript, mongoose, opinionated-framework
- Language: CSS
- Homepage: http://www.forms-angular.org
- Size: 22.5 MB
- Stars: 413
- Watchers: 28
- Forks: 86
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# forms-angular
## Probably the most opinionated framework in the world[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/forms-angular/forms-angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/forms-angular/forms-angular.png?branch=master)](https://travis-ci.org/forms-angular/forms-angular)
[![Dependency Status](https://david-dm.org/forms-angular/forms-angular.png)](https://david-dm.org/forms-angular/forms-angular.png)
[![Downloads](https://img.shields.io/npm/dt/forms-angular.svg)](https://img.shields.io/npm/dt/forms-angular.svg)See the documentation at http://www.forms-angular.org
## Installation of forms-angular
Recommended: use [yeoman generator](http://www.forms-angular.org/#/get-started).
Alternative: you can install both front-end and back-end modules:
````
npm install --save forms-angular
bower install --save forms-angular
````
## Security Disclosure
Security is very important to us. If discover any issue regarding security, please disclose the information responsibly by sending an email to [email protected] and not by creating a github issue.## For developers of forms-angular
````
npm install -g tsd
tsd update -so
````
Prepare a new release:
````
gulp all
````