Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 912 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 912 Bytes

forms-angular

Probably the most opinionated framework in the world

Gitter

Build Status Dependency Status

See the documentation at http://www.forms-angular.org

Installation of forms-angular

Recommended: use yeoman generator.

Alternative: you can install both front-end and back-end modules:

npm install --save forms-angular
bower install --save forms-angular

For developers of forms-angular

npm install -g tsd
tsd update -so

Prepare a new release:

gulp all