Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 503 Bytes

How to make forms suck less with Formly

Angular Formly is a great library to create dynamic forms within the Angular Framework. It has a host of features that can be found at: http://angular-formly.com/#/

This repo doesn't hope to illustrate all of the features/examples that Angular Formly provides but a small subset to illustrate some of the dynamic abilities of creating a base form that can be extended

Getting Started

  • npm install
  • webpack
  • npm start
  • open browser to localhost:8080