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: 29 days 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:07:39.000Z (7 months ago)
- Last Synced: 2024-04-14T04:46:02.894Z (7 months ago)
- Topics: angularjs, crud, express, form-builder, forms, javascript, mongoose, opinionated-framework
- Language: CSS
- Homepage: http://www.forms-angular.org
- Size: 22.3 MB
- Stars: 411
- Watchers: 28
- Forks: 86
- Open Issues: 7
-
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
````