Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.15 KB

Angular-Forms

This repository contains the Angular-Forms code as TDF(Template-Driven-Forms) and RF(Reactive-Forms) with a Server.

  • Template-Driven-Forms
  • Reactive-Forms
This contains all such operations coded: This contains all such operations coded:
  • Create form template
  • Create form template
  • Bind data with a model
  • Create form Model
  • Perform Validation
  • Manage Values
  • Provide visual feedback
  • FormBuilder Service
  • Display error messages
  • Simple/Custom/Cross-Field/Conditional => Validations
  • Post the form data to a server
  • Dynamically add form controls
  • Receive the response
  • Post the form data to a server
  • Handle any error
  • Handle any error

All these Operations are hard coded in Visual Studio Code