adam-dorin / ng-udf

form builder for angular
MIT License
0 stars 0 forks source link

Add lifecycle events #2

Open adam-dorin opened 4 years ago

adam-dorin commented 4 years ago

The ideal workflow for a form is : render->input data->validate->submit

Events to add:

Proposed solution:

  1. implement #5 first
  2. Create all the events as methods in ng-udf.service
  3. Expose any information required from the UdfFormBuilder class
adam-dorin commented 3 years ago

submit event added c2b69bf5de6765ae8afbf79a272e0f29aa58a6e5