Documentation still to follow. To see how this library works, please run the demo and inspect the code.
- Build the library with
ng build NgxMatDynamicFormBuilder
- A new
dist
folder will appear with the library. - Run
ng serve
to start the demo.
- In one terminal build the library with
ng build NgxMatDynamicFormBuilder --watch
. This command will check for any file changes in the library directory. - In another terminal run
ng serve
to test your changes to the library.
- Build the library with
ng build NgxMatDynamicFormBuilder
. - From your own project, run
npm install /path/to/library/dist
.