Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 746 Bytes

MatDynamicFormBuilder

Documentation still to follow. To see how this library works, please run the demo and inspect the code.

How to run the demo application

  1. Build the library with ng build NgxMatDynamicFormBuilder
  2. A new dist folder will appear with the library.
  3. Run ng serve to start the demo.

How to contribute

  1. In one terminal build the library with ng build NgxMatDynamicFormBuilder --watch. This command will check for any file changes in the library directory.
  2. In another terminal run ng serve to test your changes to the library.

Install Locally to your own project

  1. Build the library with ng build NgxMatDynamicFormBuilder.
  2. From your own project, run npm install /path/to/library/dist.